A source code highlighter with support for many languages http://www.gnu.org/software/src-highlite
Go to file
2024-01-05 18:01:31 +01:00
README.md rebuilt with libboost 1.52 [release 3.1.7-2mamba;Sun Jul 21 2013] 2024-01-05 18:01:31 +01:00
source-highlight.spec rebuilt with libboost 1.52 [release 3.1.7-2mamba;Sun Jul 21 2013] 2024-01-05 18:01:31 +01:00

source-highlight

GNU Source-highlight, given a source file, produces a document with syntax highlighting.

Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages. It also reads output format specifications dynamically, and thus it can be easily extended (without recompiling the sources) for handling new output formats. The syntax for these specifications is quite easy (take a look at the manual).

Source-highlight is a command line program, and it can also be used as a CGI.