feat(luap): Make class captures similar to regex captures

This commit is contained in:
Omar Valdez 2024-04-06 03:13:46 -07:00 committed by Christian Clason
parent 886b496763
commit 2b4881286a

View file

@ -32,7 +32,11 @@
(negated_set
(character) @constant)
(class) @keyword
(class) @string.escape
(class
"%" @string.regexp
(escape_char) @string.regexp)
(negated_set
"^" @operator)