All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/) and this project adheres to Semantic Versioning.
- Syntax highlighting for html in es6 multiline strings
- Compatibility with Prettier
- Commands and keybindings
- Syntax highlight without a comment
- Follow semver
- JS Syntax highlight
- Single-line comment support
- Compatibility with Prettier
- SQL support. Beta
- Improve html function support
- Improve single-line comments support
- Disable hotkeys
- Unquoted attributes support
- Js-in-attributes support
- Fix missing
${}
syntax support in sql
- Fix broken multiline support for jquery
- Add html text as parameter argument support
- Highlight html passed directly into a function
- Highlight html inside html script
- Support for html passed as an argument
- Improve multiline strings support
- Fix bug with syntax coloring after keyword, placed inside html template
- Match all caps for SQL (by @thebrodmann)
- Support uppercase /* HTML */
- Support XML
- Ignore casing
- Syntax highlighting breaks with multiple placeholders in the same attribute
- Support SVG
- SQL highlight stops after encountering an identifier delimiter `
- SQL support for vue files
- CSS support
- GLSL support
- PHP file support
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: @jdukleth
- Add ts/js support. Author: @tomgao365
- Support for html within jQuery without the need for comments. Author: @scottforte
- Support ReScript syntax. Author: mrmurphy