Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 723 Bytes

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/metaborg/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.