heptagon/tools/hept_pygments
Adrien Guatto f15a6c528e Better syntax highlighting for VHDL and Heptagon. 2010-10-04 00:36:36 +02:00
..
hept_pygments Better syntax highlighting for VHDL and Heptagon. 2010-10-04 00:36:36 +02:00
README Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
setup.py Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00

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