Add link to extension on marketplace (#7)

This commit is contained in:
Dzmitry Lahoda 2021-06-24 16:43:00 +03:00 committed by GitHub
parent 775c025174
commit 29c1d264ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,9 @@ Syntax highlighting for `aqua` programming language
## Installation ## Installation
1. Install the extension 1. Install [the extension](https://marketplace.visualstudio.com/items?itemName=FluenceLabs.aqua-syntax-highlight)
2. Configure colors for aqua-specific tokens (see below) 2. Install compiler `npm install --global @fluencelabs/aqua-cli`
3. Configure colors for aqua-specific tokens (see below)
Add the following lines to the [settings.json](https://code.visualstudio.com/docs/getstarted/settings) file. Feel free to choose colors according to you favorite theme. In the example below services will be highlighted as green and all the keywords which affect the topology will be highlighted as red Add the following lines to the [settings.json](https://code.visualstudio.com/docs/getstarted/settings) file. Feel free to choose colors according to you favorite theme. In the example below services will be highlighted as green and all the keywords which affect the topology will be highlighted as red
@ -48,4 +49,4 @@ see [vsc-extension-quickstart.md](vsc-extension-quickstart.md)
## License ## License
[Apache 2.0](LICENSE) [Apache 2.0](LICENSE)