This namespace contains classes for syntax highlighter.
Classes
| Class | Description | |
|---|---|---|
|
|
Highlighters |
Factory to create built-in highlighter objects.
|
|
|
KeywordHighlighter |
A keyword-based highlighter which can highlight keywords, text parts
enclosed with specific patterns, line comment, and regular expressions.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IHighlighter |
Interface of highlighter object for Azuki.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
HighlightHook |
The type of the hook to override
default procedure to highlight a token.
|