Update databases/mariadb105-server to version 10.5.17
[dports.git] / textproc / pear-Text_Highlighter / pkg-descr
1 Text_Highlighter is a package for syntax highlighting.
2
3 It provides a base class provining all the functionality,
4 and a descendent classes geneator class.
5
6 The main idea is to simplify creation of subclasses
7 implementing syntax highlighting for particular language.
8 Subclasses do not implement any new functioanality,
9 they just provide syntax highlighting rules.
10 The rules sources are in XML format.
11
12 To create a highlighter for a language, there is no need
13 to code a new class manually. Simply describe the rules
14 in XML file and use Text_Highlighter_Generator to create
15 a new class.