ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/mports/trunk/textproc/py-pygments
Revision 9628 - Directory Listing - [select for diffs]
Modified Sun May 16 16:10:38 2010 UTC (14 years ago) by laffer1
Diff to previous 8944
update to 1.3.1

Revision 8944 - Directory Listing - [select for diffs]
Added Thu Dec 31 20:10:21 2009 UTC (14 years, 4 months ago) by laffer1
Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:

    * a wide range of common languages and markup formats is supported
    * special attention is paid to details, increasing quality by a fair amount
    * support for new languages and formats are added easily
    * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
    * it is usable as a command-line tool and as a library

Convenience Links