From c19e32f6093aa4bb42349712853780b6b6576079 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Mon, 2 Apr 2007 21:35:26 +0000 Subject: 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/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit v1.2.3