| Class | Description |
|---|---|
| AnnotationHighlighter |
Recognizes annotations.
|
| HeredocHighlighter |
Accepts heredoc constructions.
|
| HexaDecimalHighlighter |
Number highlighter for hexadecimal numbers
|
| HTMLHighlighter |
XML/SGML highlighter.
|
| KeywordsHighlighter |
Scans for registered keywords Accepted parameters:
keywords
Keywords this highlighter recognizes.
|
| MultilineCommentHighlighter |
Performs highlighting for multi-line comments Accepted parameters:
start
How the multiline comment starts.
|
| NestedMultilineCommentHighlighter |
Just like the multiline comment highlighter, but accepts nesting of comments.
|
| NumberHighlighter |
Recognizes numbers.
|
| OnelineCommentHighlighter |
Single line comments.
|
| RegexHighlighterEx |
Regular expression highlighter.
|
| StringHighlighter |
Recognizes strings.
|
| WordHighlighter |
Highlights the list of elements as they are encounterd.
|
| XMLHighlighter |
XML/SGML highlighter.
|