All notable changes to the "pest" extension will be documented in this file.
- Add simple highlighting of strings, comments and names.
- Add highlighting for builtin variables (
COMMENT
,WHITESPACE
), operations (PUSH
,POP
,PEEK
) and constants. - Add highlighting of multiline comments (nestable).
- Identifiers with capital letters are now recognized as an identifier.
@
,$
,_
,*
and?
are now highlighted as as operators.
- Fix nested comments.
- Highlight
{m, n}
repetitions.
- Add the
fileTypes
field so that the filename is correctly matched for editors other than vscode.
- 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.
- Rename the extension to 'Pest Syntax Highlighter'.