mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Fix typearg brackets not highlighting for multiple typeargs
This commit is contained in:
committed by
Stephan Seitz
parent
85791a4316
commit
73ef705eb2
@@ -33,7 +33,7 @@
|
||||
[ "," "." ":"] @punctuation.delimiter
|
||||
[ "(" ")" "[" "]" "{" "}" ] @punctuation.bracket
|
||||
("<" @punctuation.bracket
|
||||
. (typearg)+ .
|
||||
. (typearg) . ("," (typearg))* .
|
||||
">" @punctuation.bracket)
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
Reference in New Issue
Block a user