This VSCode extension gives crude syntax highlighiting to the expirimental dataplane language Lucid. This extension will remain unpublished due to its wholly exterimental nature.
Running on your own machine:
- Download the
.vsix
file from Releases OR clone the repository and build by running:vsce package
- Navigate into the directory containing
.vsix
file - Run the following command to install/update:
code --install-extension lucid-dpt-<version>.vsix
None currently.
None currently.
Many will arise.
Users appreciate release notes as you update your extension.
Initial release.
Added icons.
Please feel free to submit issues and PRs as well as make forks of your own, the language is still is a work in progress and so is this extension! The syntax highlighting is defined in lucid.tmLanguage.yml
and converted to the necessary JSON format using the TextMate Languages Extension.
Enjoy!