mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-15 13:50:52 +00:00
24 lines
666 B
Markdown
24 lines
666 B
Markdown
# aqua syntax highliting
|
|
|
|
Syntax highliting for `aqua` programming language
|
|
|
|
## What is aqua?
|
|
|
|
Aqua is a new-gen language for distributed systems.
|
|
|
|
Aqua programs are executed on many peers, sequentially or in parallel, forming a single-use coordination network.
|
|
|
|
Aqua's runtime is heterogeneous: it includes browsers, servers, devices, all involved in solving a single task. Therefore, Aqua scripts are compiled into several targets at once, with AIR and Typescript as a default.
|
|
|
|
## Features
|
|
|
|
Enables syntax highliting for `aqua` programming language
|
|
|
|
## Developing
|
|
|
|
see [vsc-extension-quickstart.md](vsc-extension-quickstart.md)
|
|
|
|
## License
|
|
|
|
[Apache 2.0](LICENSE)
|