highlight.rst
changeset 1185 2685756d0517
parent 1184 a5963bf339e8
child 1334 9bf0d5a1f0cf
--- a/highlight.rst	Wed Dec 28 23:04:21 2011 +0200
+++ b/highlight.rst	Wed Dec 28 23:07:36 2011 +0200
@@ -4,8 +4,8 @@
  Syntax highlighting.
 ======================
 
-JavaScript based syntax highlighter.
-====================================
+JavaScript based syntax highlighters.
+=====================================
 
 Used for syntax highlighting code block in blogs/articles.
 
@@ -30,3 +30,18 @@
   http://code.google.com/p/google-code-prettify
                 home page
 
+Command line highlighters.
+==========================
+
+GNU Source-highlight.
+---------------------
+
+This program, given a source file, produces a document with syntax highlighting.
+It also provides a C++ highlight library.
+
+Supported output formats: HTML, XHTML, LATEX, MediaWiki, ODF, TEXINFO, DocBook,
+ANSI color escape sequences.
+
+  http://www.gnu.org/software/src-highlite/
+                home page
+