This extension provides basic highlighting to files written in the HVM language.
The highlighting so far includes:
- keywords (
let
,dup
,@
andλ
) - constructor names;
- comments;
- literals such as strings, characters and numbers;
You can either:
- Install it directly from VSCode Marketplace; or
- Download the latest release here and install it using the command:
code --install-extension <path-to-vsix-file>
; or - Clone this repository, open it with VSCode, and press F5. This will open a new VSCode instance with the extension running. Since the instance is ephemeral, you would need to do this every time you want to use the extension, making this method not recommended for continuous use.
- None (yet)
For other issues, or to submit a issue you found, check this link
Check CHANGELOG.md.
This extension was written on top of the template generated by Yeoman and generator-code.
This project's CHANGELOG is based on Keep a Changelog.
This project's versioning follows Semantic Versioning.