aboutsummaryrefslogtreecommitdiff
path: root/python/Pygments/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-04-10 14:14:05 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:00:07 -0500
commit75ce6a5be354dd8decd2c010dc9054dd5e3db4d4 (patch)
treec4823e73730ba0f97c83d9934a8b32033e1bad5f /python/Pygments/README
parentf69d62ffff02018c933255566220019c5dd29fa4 (diff)
python/Pygments: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/Pygments/README')
-rw-r--r--python/Pygments/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/Pygments/README b/python/Pygments/README
deleted file mode 100644
index 975ce911d5..0000000000
--- a/python/Pygments/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.