An open API service indexing awesome lists of open source software.

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

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.