Highlighter

Component ID

282424

Component name

Highlighter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1053

Component created

Component changed

Component body

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 library to use this module:

http://pear.php.net/package/Text_Highlighter

The PEAR Text_Highlighter library is abandoned and this module is therefore obsolete. It is recommended that you use GeSHi Filter instead.