- Add php variable rule (#15)
- Add dart class rule (#20)
- Update UI styles (workbench, editor, ...)
- Add python logical operator rule (#10)
- Fix const variable coloring (#11)
- Migrate to vscode theme json format
- Update UI styles
- Fix broken scss rules
- Fix broken
new Class()
colorization - Fix broken return type parameters colorization
- Fix broken string template syntax colorization
- Fix broken rules since VSCode v1.9
- Add missing support for .tsx files
- Revert background color to the default (fixes #3)
- Change the line highlight color according to the background color change
- Add icon for vscode extension
- Add triple-slash directive colorization
- Add regex capture group colorization
- Fix wrong operator colorization on file scoped code
- Change XML/HTML string color to match other string
- Change line highlight color & background color to match the original theme (fixes #2)
- Improve CSS/SCSS colorization
- Improve JSX/TSX colorization
- Improve regex class colorization
- Change JSX/TSX tag color to match the original theme
- Fix wrong operator colors inside function block
- Fix string quote color in template string syntax
`${'string'}`
- Fix wrong highlight color for types inside arrow function block
- Fix wrong highlight color for block scoped variables.
- Add YAML syntax highligting.