2021-05-25 12:57:56 +03:00
# aqua syntax highliting
2021-05-25 11:39:01 +03:00
2021-05-25 12:57:56 +03:00
Syntax highliting for `aqua` programming language
2021-05-25 11:39:01 +03:00
2021-05-27 12:59:20 +03:00
## What is aqua?
2021-05-25 11:39:01 +03:00
2021-05-27 12:59:20 +03:00
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.
2021-05-25 11:39:01 +03:00
2021-05-27 12:59:20 +03:00
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.
2021-05-25 11:39:01 +03:00
2021-05-27 12:59:20 +03:00
## Features
Enables syntax highliting for `aqua` programming language
2021-05-20 19:05:53 +03:00
2021-05-25 12:57:56 +03:00
## Developing
see [vsc-extension-quickstart.md ](vsc-extension-quickstart.md )
## License
[Apache 2.0 ](LICENSE )