Skip to content

Releases: EvgeniyPeshkov/syntax-highlighter

Syntax Highlighter v0.4.4

20 Mar 12:12
Compare
Choose a tag to compare

New programming languages:

  • OCaml

Syntax Highlighter v0.4.2

19 Dec 10:55
Compare
Choose a tag to compare

Changes:

Syntax Highlighter v0.4.1

29 Oct 11:33
Compare
Choose a tag to compare

New programming languages:

  • ShellScript/Bash

Syntax Highlighter v0.4.0

05 Sep 11:14
Compare
Choose a tag to compare

New programming languages:

  • TypeScript React (TSX)

Syntax Highlighter v0.3.8

29 Aug 10:57
Compare
Choose a tag to compare

Changes:

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

Syntax Highlighter v0.3.7

13 Aug 14:54
Compare
Choose a tag to compare

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

10 Jul 21:33
Compare
Choose a tag to compare

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

26 Jun 14:05
Compare
Choose a tag to compare

Syntax Highlighter v0.3.4

19 Jun 18:54
Compare
Choose a tag to compare

Changes:

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

Syntax Highlighter v0.3.3

14 Jun 20:22
Compare
Choose a tag to compare

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