1.4 KiB
1.4 KiB
v1.2.0
- Update UI styles (workbench, editor, ...)
v1.1.3
- Add python logical operator rule (#10)
v1.1.1
- Fix const variable coloring (#11)
v1.1.0
- Migrate to vscode theme json format
- Update UI styles
v1.0.13
- Fix broken scss rules
v1.0.12
- Fix broken
new Class()colorization - Fix broken return type parameters colorization
- Fix broken string template syntax colorization
v1.0.11
- Fix broken rules since VSCode v1.9
v1.0.10
- Add missing support for .tsx files
v1.0.9
- Revert background color to the default (fixes #3)
- Change the line highlight color according to the background color change
v1.0.8
- 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)
v1.0.7
- Improve CSS/SCSS colorization
v1.0.6
- Improve JSX/TSX colorization
- Improve regex class colorization
v1.0.5
- 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'}`
v1.0.4
- Fix wrong highlight color for types inside arrow function block
v1.0.3
- Fix wrong highlight color for block scoped variables.
- Add YAML syntax highligting.