This extension provides language support for A22, the functional declarative agent language.
- Syntax Highlighting: Colorization for Blocks, Keywords, Strings, Attributes, and Comments using TextMate grammar.
- File Association: Automatically detects
.a22files.
- Open this folder in VSCode.
- Run
npm install. - Press
F5to launch a new Extension Development Host window with the extension loaded.
- Language Server Protocol (LSP) integration.
- Diagnostics and Linting.
- Autocomplete and Definition Navigation.