51 void addTag(
const QString& tag,
const QTextCharFormat& format,
const QString& parent = QString());
59 QRegularExpression start;
60 QRegularExpression end;
61 QTextCharFormat format;
62 std::map<int, Rule>::const_iterator parent;
64 using Rules = std::map<int, Rule>;
67 Rules::const_iterator highlight(Rules::const_iterator active, QStringView text,
int start,
bool search_end,
int& end);