Fix malformed predicates in highlighting queries

This commit is contained in:
Michael Davis 2024-03-17 11:43:35 -04:00 committed by Blaž Hrastnik
parent 38af99f05f
commit 4ffe993533
5 changed files with 9 additions and 9 deletions

View file

@ -172,7 +172,7 @@
(clazz (identifier) @type)
(typeAlias (identifier) @type)
((identifier) @type
(match? @type "^[A-Z]"))
(#match? @type "^[A-Z]"))
(typeArgumentList
"<" @punctuation.bracket