Skip to content

SacBase/sac-pygments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pygments SaC Lexer

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.

Usage

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 --user

You can also call this directly from Pygments, see in their documentation.

Releases

No releases published

Packages

No packages published

Languages