https://github.com/timkam/code-mas2j
VS Code extension for highlighting Jason project file (.mas2j) syntax
https://github.com/timkam/code-mas2j
Last synced: 5 months ago
JSON representation
VS Code extension for highlighting Jason project file (.mas2j) syntax
- Host: GitHub
- URL: https://github.com/timkam/code-mas2j
- Owner: TimKam
- License: gpl-3.0
- Created: 2018-05-18T13:37:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T14:41:14.000Z (about 8 years ago)
- Last Synced: 2025-01-25T15:24:55.037Z (over 1 year ago)
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# code-mas2j
*code-mas2j* is a [Jason](https://github.com/jason-lang/jason) project file (``.mas2j``) and [Agent Speak Language](https://en.wikipedia.org/wiki/AgentSpeak) (``.asl``) syntax highlighter for Visual Studio Code.
For the change log, see [here](./CHANGELOG.md).
## Installation
You can install *code-mas2j* via the Visual Studio Code *Extensions* panel.
## Acknowledgements
The grammars for *mas2j* and *AgentSpeak* are taken from the [Atom mas2j](https://github.com/jason-lang/atom-mas2j) and the [Atom AgentSpeak](https://github.com/wfdd/language-agentspeak) syntax highlighters, respectively.