Releases: Stef-Gijsberts/pest-Syntax-Highlighting-for-vscode
Releases · Stef-Gijsberts/pest-Syntax-Highlighting-for-vscode
Version 0.4.1
- Rename the extension.
Version 0.4.0
- 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
- Add the fileTypes field so that the filename is correctly matched for editors other than vscode.
Version 0.2.0
- Fix nested comments.
- Hightlight
{m, n}
repetitions.