Highlighter
Arancaytar - July 14, 2008 - 14:02
This module uses the PEAR package Text_Highlighter to color your code according to the syntax rules of various languages. The Text_Highlighter library can be extended with new language definitions in the form of an XML file.
Syntax coloration is provided in the form of two different input filters: The module can either treat the whole input as code, or look for specific code tags in mixed input text.
You will require the Text_Highlighter and the XML_Parser packages to use this module:
http://pear.php.net/package/Text_Highlighter
http://pear.php.net/package/XML_Parser
