feat(regex): highlights for lazy quantifiers, \k

Highlights the "?" following .* and the \k backreference operator in a
pattern like the following: title=(?<quote>["'])(.*?)\k<quote>
This commit is contained in:
Riley Bruins 2024-11-02 19:49:22 -07:00 committed by Christian Clason
parent 3abe66556f
commit 98b46a647e

View file

@ -39,6 +39,8 @@
"="
"!"
"-"
(backreference_escape)
(lazy)
] @operator
[