/metaborg-pygments

Pygments Lexers for MetaBorg Languages

Primary LanguagePython

Pygments Lexers for Spoofax Languages

This package adds syntax coloring support for Spoofax meta-languages and research languages to Pygments. The languages can be used in Sphinx documentation, and in LaTeX documents, using the Minted package.

Usage

To install the package, run

python setup.py install

or add the following line to the requirements.txt of a project

git+https://github.com/milosonator/metaborg-pygments#egg=metaborg-pygments

Development

To develop the package, run

python setup.py develop

which will make the source tree appear as a locally installed package.