summaryrefslogtreecommitdiffstats
path: root/development/Pygments/README
diff options
context:
space:
mode:
author Grissiom <chaos.proton@gmail.com>2010-05-12 23:28:34 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:28:34 +0200
commit03981ef99c22dafc6c53a9b5b70d7ee1105e8faf (patch)
treee9d74364227ba5223735cc9cb4797fb244b95244 /development/Pygments/README
parentb841502afe4cf5e35398d317dde2d67d50c39796 (diff)
downloadslackbuilds-03981ef99c22dafc6c53a9b5b70d7ee1105e8faf.tar.gz
slackbuilds-03981ef99c22dafc6c53a9b5b70d7ee1105e8faf.tar.xz
development/Pygments: Added to 12.2 repository
Diffstat (limited to 'development/Pygments/README')
-rw-r--r--development/Pygments/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/Pygments/README b/development/Pygments/README
new file mode 100644
index 0000000000..975ce911d5
--- /dev/null
+++ b/development/Pygments/README
@@ -0,0 +1,11 @@
+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.