27 #include <QCSVHighlighter>
28 #include <QSyntaxStyle>
37 m_delimiter(QRegularExpression(
","))
39 Q_INIT_RESOURCE(qcodeeditor_resources);
51 while (matchIterator.hasNext())
53 auto match = matchIterator.next();
56 match.capturedStart(),
57 match.capturedLength(),