diff -r a5963bf339e8 -r 2685756d0517 highlight.rst --- 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 +