A visual studio code extension with basic syntax highlighting for the Sapling language.
Just download the vsix file (from the builds folder) for the desired version of the syntax highlighter. You can then use VSCodes install from vsix option in the command palette.
Syntax Highlighting!
None yet, let me know as you find them.
Beginning development of Sapling syntax higlighter.
Basic syntax highlighting is now implemented. The following token types are supported
- Multi-Line Embedded Documentation Comment
- Multi-Line Comment
- Comment
- IntegerLiteral
- FloatLiteral
- CharacterLiteral
- BooleanLiteral
- StringLiteral
- Type
- Keyword
- ComparisonOperator
- ArithmeticOperator
- BooleanOperator
- Delimeter
- Identifier
Enjoy!