Releases: EvgeniyPeshkov/syntax-highlighter
Releases · EvgeniyPeshkov/syntax-highlighter
Syntax Highlighter v0.4.4
New programming languages:
- OCaml
Syntax Highlighter v0.4.2
Changes:
- Setting to enable/disable terms
- Update tree-sitter core and parsers
Syntax Highlighter v0.4.1
New programming languages:
- ShellScript/Bash
Syntax Highlighter v0.4.0
New programming languages:
- TypeScript React (TSX)
Syntax Highlighter v0.3.8
Changes:
- Update core vscode and typescript packages
- Update core tree-sitter packages
- Update typescript, go, ruby and lua parsers
Syntax Highlighter v0.3.7
Changes:
- Update tree-sitter-python parser
- Update vsce module
- Fix: doesn't work when VSCode is installed on D:\ (#30)
Syntax Highlighter v0.3.6
Changes:
- Update core tree-sitter modules
- Rust: fix use declarations (#29)
- Rust: update tree-sitter-rust
- Debug: tool-tip with syntax scope on hover
Syntax Highlighter v0.3.5
Syntax Highlighter v0.3.4
Changes:
- Rust: fix highlighting of module consts (#17)
- Rust: highlighting of
=>
operator - TS/JS: highlighting of
this
keyword
Syntax Highlighter v0.3.3
Changes:
- The latest versions of tree-sitter-cpp/c
- C++: fix highlighting of
virtual
method definitions - C++: fix highlighting of
delete
in method definitions - C++: fix highlighting of
throw
expressions - C++/C: highlighting of
__attribute__
as modifier