1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

update readme

This commit is contained in:
schaeff 2021-03-24 14:22:17 +01:00
parent d4220e8de7
commit 27e0490c8c

View file

@ -1,9 +1,13 @@
# ZoKrates Syntax Highlighter
This is a Textmate syntax highlighter for the [ZoKrates language](https://zokrates.github.io).
This is a Textmate-based syntax highlighter for the [ZoKrates language](https://zokrates.github.io) in VSCode.
## Development
This project expect the syntax to be provided as a JSON file (see `syntaxes`).
As working with a YAML file instead is easier, it can make sense to convert to that and back.
VSCode offers a command `Convert to {JSON, YAML}-tmLanguage File` that achieves that.
## Release process
This extension is currently released manually to the VSCode extension marketplace.