You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adrien Guatto f15a6c528e Better syntax highlighting for VHDL and Heptagon. 14 years ago
..
hept_pygments Better syntax highlighting for VHDL and Heptagon. 14 years ago
README Add lib/pervasives.epi, tests, tools 14 years ago
setup.py Add lib/pervasives.epi, tests, tools 14 years ago

README

This directory holds an Heptagon lexer for Pygments, a Python-based syntax
highlighting system. It can be used for converting Heptagon source code to
colorful LaTeX or HTML.

To install, just run "python setup.py develop --install-dir=$DIR" where $DIR is
a directory included in your $PYTHONPATH.

For more information, refer to http://pygments.org.

-- Adrien Guatto