mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Fix malformed predicates in highlighting queries
This commit is contained in:
parent
38af99f05f
commit
4ffe993533
5 changed files with 9 additions and 9 deletions
|
@ -172,7 +172,7 @@
|
|||
(clazz (identifier) @type)
|
||||
(typeAlias (identifier) @type)
|
||||
((identifier) @type
|
||||
(match? @type "^[A-Z]"))
|
||||
(#match? @type "^[A-Z]"))
|
||||
|
||||
(typeArgumentList
|
||||
"<" @punctuation.bracket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue