aboutsummaryrefslogtreecommitdiff
path: root/python/python3-Pygments/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-18 07:07:33 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-18 07:07:33 +0700
commitfee8fb252aa5804fa9a6c8925a2021b81ca21e11 (patch)
tree4e2963f83616193e11fcbca2ae2bb468172c95e9 /python/python3-Pygments/README
parentf0b573db08c9085ec2d604239f2a2ebc71be0b19 (diff)
python/python3-Pygments: Added (syntax highlighting package).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Pygments/README')
-rw-r--r--python/python3-Pygments/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-Pygments/README b/python/python3-Pygments/README
new file mode 100644
index 0000000000..d10cf72e98
--- /dev/null
+++ b/python/python3-Pygments/README
@@ -0,0 +1,14 @@
+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.
+
+In order to build Pygments' html documentation files you must install Sphinx
+and you need to use "HTML=1 ./Pygments.SlackBuild".