slackbuilds_ponce/python/Pygments/README
Andy Alt 3083d7626d python/Pygments: Updated for version 1.5 and moved from development.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-04-30 00:40:05 -05:00

11 lines
541 B
Text

Pygments 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, SVG and ANSI
sequences.
* It is usable as a command-line tool and as a library.