- Removed some unused keywords
- Updated logo for the extension
- Added
default
keyword. Removed highlighting formatch type
.
- Updated highlighting so that the mix separator is higlighted as a inert color
- Updated highlighting for mix types due to change in keyword
- Changed union keyword to mix for clarity and simplicity
- Fixed highlighting in match sentences and mix type contents
- Updated highlighting for pattern matching syntax
- Added match keyword
- Fixed issue that only errors from IR emission phase were shown in the current file. Now parser and lexer errors and warnings are shown too
- Updated highlighting rules for the language
- Added error and warning analysis support
- The analysis is independant of the version of the compiler
- Updated highlighting rules for the language
- Added highlighting for plain initialiser
- Updated highlighting for numeric constants
- Removed times keyword and added more keywords
- Added highlighting for member functions and function calls
- Added highlighting support for custom integer literals
- Added string slices as a primitive datatype in highlighting
- The syntax highlighting has been updated to the latest version of the syntax of the language
- Highlighting for an older version of the syntax
- Initial release