This is the official Visual Studio Code syntax highlighting extension for the Viper programming language.
Currently, this extension only supports syntax highlighting but it plans to include a language server and more in the future.
Initial Release, added logo
Added icon for .vpr files
Fixed bug where icons did not show for any files other than Viper source files
Updated language id to viper
instead of vpr
Removed white trimming from logo Reduced minimum version to 1.22.0
Add multi-line comments
Add new types:
- bool
- void Add new constants:
- true
- false
Add new keyword: import
Add pointer types
Add new keywords:
- while
- if
- else
Add new keywords:
- class
- this
- new
- as Add character constants