Releases: 4og/zserio-language-support
Releases · 4og/zserio-language-support
v0.10.0
- Update grammar to zserio 2.16.0.
- Add basic support for code completion.
v0.9.0
- Update grammar to zserio 2.13.0.
- Use ANTLR4 Typescript target instead of Javascript.
v0.8.0
Update grammar to zserio 2.9.0
v0.7.0
Update grammar to zserio 2.8.0
v0.6.0
- Add icon for zserio files.
- Symbol resolution and semantic highlighting of fields of all zserio types.
v0.5.0
- Add
zserio_compatibility_version
directive introduced in zserio 2.5.0.
- Highlight type declarations, references, and enum members.
v0.4.0
- Report syntax errors.
- Support Go To Definition for types.
- Show zserio package symbols in the outline and breadcrumbs.
v0.3.0
Add goto support for import definitions
v0.2.0
- Highlight the type in enum, struct, service, etc.
- Add operator keywords
- Add a few missing control keywords
- Add extension icon