Visual Studio Code extension for AgentLang syntax highlighting.
The extension for AgentLang source files is .agl
. This extension will be syntax highlighted by this extension.
In order to use the extension in visual studio code, clone this repository into you .vscode
installation folder.
# navigate to your .vscode extensions folder
cd $HOME/.vscode/extensions
# clone the repository
git clone https://github.com/TomasBoda/agent-lang-kit.git
Open Visual Studio Code and create a *.agl
file. This file will be syntax highlighted.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Made by Tomas Boda