This package provides the basic syntax highlighting for the Rel language.
Install vsce globally:
npm install -g vsce
Create VSIX package:
vsce package
- Added support for
module - Added alternative coloring for
endwhen used at the beginning of a line to better support module syntax
- Renamed the language from Delve to Rel
- Updated logo
- Files with .rel extension are also supported
- Added support for
@auto_number - Fixed issue #3: Support formatting multi-line documentation comments to the line width
- Fixed issue #1: Syntax highlighting of docstring
- Minor improvements.
- Improved syntax highlighting:
- different color for different groups of keywords
- highlighting column names
- Added hover element for basic language constructs
- Added
icas a keyword.
- Initial release.