mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, for_lifetimes
This commit is contained in:
parent
1379119c31
commit
68c3533852
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@
|
|||
(closure_parameters "|" @punctuation.bracket)
|
||||
(type_arguments ["<" ">"] @punctuation.bracket)
|
||||
(type_parameters ["<" ">"] @punctuation.bracket)
|
||||
(bracketed_type ["<" ">"] @punctuation.bracket)
|
||||
(for_lifetimes ["<" ">"] @punctuation.bracket)
|
||||
|
||||
["," "." ":" "::" ";"] @punctuation.delimiter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue