17 explicit JsHighlighter(QTextDocument* parent =
nullptr,
bool dark_mode =
false);
23 struct HighlightingRule
25 QRegularExpression pattern;
26 QTextCharFormat format;
28 QVector<HighlightingRule> highlightingRules;
30 QRegularExpression commentStartExpression;
31 QRegularExpression commentEndExpression;
33 QTextCharFormat keywordFormat;
34 QTextCharFormat singleLineCommentFormat;
35 QTextCharFormat multiLineCommentFormat;
36 QTextCharFormat doubleQuotationFormat;
37 QTextCharFormat quotationFormat;
38 QTextCharFormat functionFormat;