EvgeniyPeshkov Syntax Highlighter Versions Save

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.

v0.4.4

4 years ago

New programming languages:

  • OCaml

v0.4.2

4 years ago

Changes:

v0.4.1

4 years ago

New programming languages:

  • ShellScript/Bash

v0.4.0

4 years ago

New programming languages:

  • TypeScript React (TSX)

v0.3.8

4 years ago

Changes:

  • Update core vscode and typescript packages
  • Update core tree-sitter packages
  • Update typescript, go, ruby and lua parsers

v0.3.7

4 years ago

Changes:

  • Update tree-sitter-python parser
  • Update vsce module
  • Fix: doesn't work when VSCode is installed on D:\ (#30)

v0.3.6

4 years ago

Changes:

  • Update core tree-sitter modules
  • Rust: fix use declarations (#29)
  • Rust: update tree-sitter-rust
  • Debug: tool-tip with syntax scope on hover

v0.3.5

4 years ago

v0.3.4

4 years ago

Changes:

  • Rust: fix highlighting of module consts (#17)
  • Rust: highlighting of => operator
  • TS/JS: highlighting of this keyword

v0.3.3

4 years ago

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