From 15c161c4f6a0e9dfb43f0752882ac93d127a0bda Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 2 Aug 2016 15:55:30 -0400 Subject: Start cleaning up the rst syntax highlighting. --- src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h') diff --git a/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h b/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h index c96c404d..5f99dc50 100644 --- a/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h +++ b/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h @@ -12,6 +12,7 @@ #include #include #include +#include //Simple syntax rules struct SyntaxRule{ @@ -49,6 +50,7 @@ public: } protected: void highlightBlock(const QString &text){ + //qDebug() << "Highlight Block:" << text; for(int i=0; i=start){ splitactive = i; @@ -92,4 +95,4 @@ protected: setCurrentBlockState(splitactive); } }; -#endif \ No newline at end of file +#endif -- cgit