- Fixed control statement word boundaries
- Updated folding markers for
#if
,#ifndef
, and#endif
- Updated
CHANGELOG.md
- Ported CSON to JSON and CoffeeScript to JavaScript
- Fixed bug with
#include
- New keywords:
move
to
stop
stop-quiet
- New snippet:
begin-program ... end-program
- Added full highlighting for conditional compilation constructs
evaluate
andwhile
control structures are now highlighted- Deprecated
begin-report ... end-report
- New snippets:
if ... else ... end-if
evaluate ... end-evaluate
while ... end-while
- Numeric literals and constants are now highlighted
- All variable types are recognized
- Escaped single quotes are now highlighted in string literals
- Toggle comment support
- Updated grammar so all tests pass
- Fixed snippets
- Wrote tests to help with future development
- Initial release