The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04 - 2005-05-12

  • get_styntax() has returned to take syntax from text grammar files from either EditPlus or UltraEdit. These custom grammars will override any built-in support for the language specified.
  • import method dropped, as the loaded grammar hash is now only for custom grammars loaded with get_syntax, which cannot be run at import time
  • Added 'options' parameter to highlight() that will be passed on to the package's highlight method for any custom configuration ! All public methods can take a hash parameter list in addition to a simple flat list. ! Bad parameters to configure now cluck with an error instead of just ignored ! Updated forum default settings ! Filled out an initial chunk of the POD ! Added a default syntax hash to T::H::HTML and changed the structure of the reparsing. ! Altered HTML test to work without external modules

Modules

Syntax highlighting framework

Provides

in lib/Text/Highlight/CPP.pm
in lib/Text/Highlight/CSS.pm
in lib/Text/Highlight/HTML.pm
in lib/Text/Highlight/Java.pm
in lib/Text/Highlight/PHP.pm
in lib/Text/Highlight/Perl.pm
in lib/Text/Highlight/SQL.pm