Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:53:23.000Z (10 months ago)
- Last Synced: 2024-05-02T09:00:35.898Z (9 months 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
![]()
![Version Badge](https://img.shields.io/badge/version-1.0.0-blue?style=flat)
![Contributors Badge](https://img.shields.io/badge/contributors-1-green?style=flat)
![License Badge](https://img.shields.io/badge/license-MIT-red?style=flat)## 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)