Skip to content

Releases: Stef-Gijsberts/pest-Syntax-Highlighting-for-vscode

Version 0.4.1

09 Apr 21:44
Compare
Choose a tag to compare
  • Rename the extension.

Version 0.4.0

17 Jan 16:37
Compare
Choose a tag to compare
  • Add support for bracket coloring.
  • Add support for autoclosing multi-line comments.
  • Add support for folding.
  • Change the autoclosing brackets to not autoclose inside of strings.

Version 0.3.0

30 Aug 13:50
Compare
Choose a tag to compare
  • Add the fileTypes field so that the filename is correctly matched for editors other than vscode.

Version 0.2.0

12 Sep 22:54
779e0ff
Compare
Choose a tag to compare
  • Fix nested comments.
  • Hightlight {m, n} repetitions.