Top Level :: Text

Package Information: Text_Highlighter

» Summary » License
Syntax highlighting PHP License
» Current Release » Bug Summary
0.7.1 (beta) was released on 2008-01-01 (Changelog)
  • Package Maintenance Rank: 83 of 174 packages with open bugs
  • Number of open bugs: 3 (32 total bugs)
  • Average age of open bugs: 421 days
  • Oldest open bug: 631 days
  • Number of open feature requests: 7 (18 total feature requests)

Report a new bug to Text_Highlighter
» Description
Text_Highlighter is a package for syntax highlighting.

It provides a base class provining all the functionality,
and a descendent classes geneator class.

The main idea is to simplify creation of subclasses
implementing syntax highlighting for particular language.
Subclasses do not implement any new functioanality,
they just provide syntax highlighting rules.
The rules sources are in XML format.

To create a highlighter for a language, there is no need
to code a new class manually. Simply describe the rules
in XML file and use Text_Highlighter_Generator to create
a new class.
» Maintainers » More Information

Packages that depend on Text_Highlighter

Dependencies for Text_Highlighter