nvim-treesitter/queries/regex
Riley Bruins 98b46a647e 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>
2024-11-03 11:35:27 +01:00
..
highlights.scm feat(regex): highlights for lazy quantifiers, \k 2024-11-03 11:35:27 +01:00