Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.38 KB

HVM-Lang

This extension provides basic highlighting to files written in the HVM language.

Features

The highlighting so far includes:

  • keywords (let, dup, @ and λ)
  • constructor names;
  • comments;
  • literals such as strings, characters and numbers;

How to Install/Use

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.

Known Issues

  • None (yet)

For other issues, or to submit a issue you found, check this link

Release Notes

Check CHANGELOG.md.

Acknowledgements

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.