Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcpz/pygments-agentspeak

Pygments lexer for Jason/JaCaMo AgentSpeak
https://github.com/lcpz/pygments-agentspeak

agentspeak jacamo jason pygments pygments-lexer

Last synced: 6 days ago
JSON representation

Pygments lexer for Jason/JaCaMo AgentSpeak

Awesome Lists containing this project

README

        

===================
Pygments AgentSpeak
===================

A Pygments_ lexer for both the AgentSpeak extension interpreted by
Jason_ and Jason/JaCaMo_ project files.

.. _Pygments: http://pygments.org
.. _Jason: https://github.com/jason-lang/jason
.. _JaCaMo: https://github.com/jacamo-lang/jacamo

-------
Install
-------

With PyPI: ::

$ sudo pip3 install pygments-agentspeak

From GitHub: ::

$ git clone https://github.com/lcpz/pygments-agentspeak.git
$ cd pygments-agentspeak
$ sudo pip3 install .

-----
Usage
-----

Define ``jason``, ``jasonproject`` or ``jacamoproject`` as the language to be used.

You can also use ``jacamo`` as style.

------------------------
Usage in LaTeX documents
------------------------

See the minted_ package.

.. _minted: https://github.com/gpoore/minted

----
Note
----

Check also this_.

.. _this: https://bitbucket.org/jomi_hubner/pygments-jacamo