- Very simple parser, which should provide just enough of a basis to add basic editor functionality like code formatting and auto indentation.
0.1.2-alpha - 2023-01-09
- Only allow "standalone" comments, so one line can either be (part of) a comment (single line of block), or not. Comments "embedded" in a regular line of DSL code are not highlighted as comments anymore. This fixes #10.
0.1.1-alpha - 2022-12-10
- Automatically publish releases from the release GitHub workflow
- Added more information to the README, and the plugin's description
- Syntax highlighting of block comments without a closing
*/
0.1.0-alpha - 2022-12-08
- Token based syntax highlighting