25 #include <QSyntaxHighlighter>
39 struct HighlightingRule
42 QTextCharFormat format;
45 QVector<HighlightingRule> highlightingRules;
47 QRegExp commentStartExpression;
48 QRegExp commentEndExpression;
50 QTextCharFormat keywordFormat;
51 QTextCharFormat classFormat;
52 QTextCharFormat singleLineCommentFormat;
53 QTextCharFormat multiLineCommentFormat;
54 QTextCharFormat quotationFormat;
55 QTextCharFormat functionFormat;