Skip to content
Commit 077707a7 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

[Julia backend] Port QRegExp to QRegularExpression

JuliaHighlighter::highlightBlock(): make the regex's static const to
improve performance, assuming highlightBlock() is a high traffic code
path. Also use QVector instead of QList.

All unit tests pass, except for testlua; and testworksheet, which hangs
(on master too).
parent 9715df2f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment