This namespace contains classes for syntax highlighter.

Classes

  Class Description
Public class Highlighters
Factory to create built-in highlighter objects.
Public class KeywordHighlighter
A keyword-based highlighter which can highlight keywords, text parts enclosed with specific patterns, line comment, and regular expressions.

Interfaces

  Interface Description
Public interface IHighlighter
Interface of highlighter object for Azuki.

Delegates

  Delegate Description
Public delegate HighlightHook
The type of the hook to override default procedure to highlight a token.