mirror of https://github.com/buggins/dlangui.git
syntax highlight support, continue
This commit is contained in:
parent
3d87406f78
commit
c1de71363c
|
@ -475,6 +475,7 @@ class EditableContent {
|
|||
@property EditableContent syntaxHighlighter(SyntaxHighlighter syntaxHighlighter) {
|
||||
_syntaxHighlighter = syntaxHighlighter;
|
||||
updateTokenProps(0, _lines.length);
|
||||
return this;
|
||||
}
|
||||
|
||||
/// returns true if content has syntax highlight handler set
|
||||
|
|
Loading…
Reference in New Issue