diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-12-10 16:27:36 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 16:27:36 -0200 |
commit | d32a12b3d03e88cf60733aaf3e3d4ca77d79ce28 (patch) | |
tree | 77a7e7283af256e4b54fccdabf35426464714dda /development/highlight/README | |
parent | ba539b5717e103bd8176675fdd402c067872089c (diff) | |
download | slackbuilds-d32a12b3d03e88cf60733aaf3e3d4ca77d79ce28.tar.gz |
development/highlight: Added (a universal syntax highlighter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/highlight/README')
-rw-r--r-- | development/highlight/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/highlight/README b/development/highlight/README new file mode 100644 index 0000000000..fd16704c30 --- /dev/null +++ b/development/highlight/README @@ -0,0 +1,8 @@ +Highlight is a universal converter from source code to HTML, XHTML, RTF, +TeX, LaTeX, and XML. (X)HTML output is formatted by Cascading Style Sheets. +It supports more than 100 programming languages, and includes 40 +highlighting color themes. It's possible to easily enhance the parsing +database. The converter includes some features to provide a consistent +layout of the input code. + +This requires lua. |