This repo provides a Python Pygments plugin to add syntax highlighting for the Single-Assignment C programming language.
Our lexer extends the Pygments builtin CLexer for the C-language.
Ensure you have setuptools available for your preferred version of Python (2 or 3) and the pygments package as well. Then in
the repository directory do:
# to install in your home directory
$ python setup.py install --userYou can also call this directly from Pygments, see in their documentation.