diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-02 21:35:26 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-02 21:35:26 +0000 |
commit | c19e32f6093aa4bb42349712853780b6b6576079 (patch) | |
tree | ea6b55ebc83ffbbef4a3d406d5a7a212862faf74 /textproc/Makefile | |
parent | 6ffa3797ffd1a83d6bfae7a925bf8d1486d01243 (diff) |
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
WWW: http://pygments.org/
Notes
Notes:
svn path=/head/; revision=189043
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 80793e1c90e0..9777c0e367a3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -758,6 +758,7 @@ SUBDIR += py-ltxml SUBDIR += py-lucene SUBDIR += py-markdown + SUBDIR += py-pygments SUBDIR += py-pyx12 SUBDIR += py-qt4-xml SUBDIR += py-rdflib |