25 #include <QSyntaxHighlighter>
38 struct HighlightingRule
41 QTextCharFormat format;
43 QVector<HighlightingRule> highlightingRules;
45 QRegExp commentStartExpression;
46 QRegExp commentEndExpression;
48 QTextCharFormat keywordFormat;
49 QTextCharFormat classFormat;
50 QTextCharFormat singleLineCommentFormat;
51 QTextCharFormat multiLineCommentFormat;
52 QTextCharFormat quotationFormat;
53 QTextCharFormat functionFormat;