diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:11:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:11:19 (GMT) |
commit | 2c6d69645ff1391683ae6ffde8bd305277e17914 (patch) | |
tree | c85f0871494d54e8cc21b5052d012f419950fa4a /src/highlighter.h | |
parent | 3b7bc56bdeba2401f88afd46d3969bcc543796fd (diff) |
now passes all tests in 'manual test suite'
Diffstat (limited to 'src/highlighter.h')
-rw-r--r-- | src/highlighter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/highlighter.h b/src/highlighter.h index 043c34e..a0ed0da 100644 --- a/src/highlighter.h +++ b/src/highlighter.h @@ -17,7 +17,8 @@ private: QTextBlock lastErrorBlock; int errorPos = -1; bool errorState = false; - QStringList separators; + QMap<QString,QStringList> tokentypes; + QMap<QString,QTextCharFormat> typeformats; }; #endif |