Skip to content

Danfs64/HVM-Lang

Repository files navigation

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.

About

VS Code extension for the HVM language syntax highlighting

Resources

License

Stars

Watchers

Forks

Packages

No packages published