All notable changes to the "qsrc" extension will be documented in this file.
- Initial release
- Ported atom grammars to VS Code
- Added missing file
- Updated extension to work with newer VS Code.
- Added whitespace matching for !{ and :
- Added more keywords from QGen.
- Fix for system variables not highlighting '$' also.
- Fix line comments that start with '&!'
- Reformatted the syntax file to fit with VSCode better.
- Fixed the '*' not highlighting with clear, clr, cls, nl, pl and p variables.
- Fixed 'p' variables not highlighting at all.
- Fixed indentation rules to not apply for single line if statements.
- Added '/' '!' '*' to support functions.
- Added multiline comments regex from slanon. So "!'" "!{" "}" comments now work.