make ::match and ::doMatch const
ATM the keyword list is still mutable (internal it uses mutable, too)
for isDynamic, we just construct a new regex if needed
that is nicer than working on the stored one
make ::match and ::doMatch const
ATM the keyword list is still mutable (internal it uses mutable, too)
for isDynamic, we just construct a new regex if needed
that is nicer than working on the stored one
make && make test
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
@cullmann Can you update the docbook in kate.git/doc/ so that the documentation about writing syntax highlighting files keeps up to date also for the dynamic changes?
Done: https://phabricator.kde.org/R40:7e3292bffc3012d20c0d4df2de0b1a8bab0ca886
Removed mentioning of "dynamic" for contexts, too, that is no longer used at all.
Should purge it from XSD, too.