SimpleDSyntaxHighlighter

Undocumented in source.

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

updateHighlight
void updateHighlight(dstring[] lines, TokenPropString[] props, int changeStartLine, int changeEndLine)

categorize characters in content by token types

Variables

_file
SourceFile _file;
Undocumented in source.
_lines
ArraySourceLines _lines;
Undocumented in source.
_props
TokenPropString[] _props;
Undocumented in source.
_tokenizer
Tokenizer _tokenizer;
Undocumented in source.

Meta