syntax highlight support, continue

This commit is contained in:
Vadim Lopatin 2015-01-19 21:11:25 +03:00
parent 3d87406f78
commit c1de71363c
1 changed files with 1 additions and 0 deletions

View File

@ -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