heptagon/tools/hept_pygments
2010-08-19 12:39:37 +02:00
..
hept_pygments Syntax highlighter: << and >> 2010-08-19 12:39:37 +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

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