https://github.com/tomasboda/agent-lang-kit
Visual Studio Code extension for AgentLang Syntax Highlighting
https://github.com/tomasboda/agent-lang-kit
agent-based-modeling syntax-highlighting vscode-extensions
Last synced: 5 months ago
JSON representation
Visual Studio Code extension for AgentLang Syntax Highlighting
- Host: GitHub
- URL: https://github.com/tomasboda/agent-lang-kit
- Owner: TomasBoda
- License: mit
- Created: 2024-04-19T07:11:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:53:23.000Z (about 2 years ago)
- Last Synced: 2025-02-09T05:48:39.998Z (over 1 year ago)
- Topics: agent-based-modeling, syntax-highlighting, vscode-extensions
- Homepage: https://agent-lang-web.vercel.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README




## About
Visual Studio Code extension for AgentLang syntax highlighting.
## Extension
The extension for AgentLang source files is `.agl`. This extension will be syntax highlighted by this extension.
## Installation
In order to use the extension in visual studio code, clone this repository into you `.vscode` installation folder.
```bash
# 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.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](/LICENSE.md)
Made by [Tomas Boda](https://github.com/TomasBoda)