mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Rust: highlight brackets
This commit is contained in:
parent
456ca55f0c
commit
3d4662e797
1 changed files with 8 additions and 6 deletions
|
|
@ -101,6 +101,8 @@
|
||||||
")"
|
")"
|
||||||
"["
|
"["
|
||||||
"]"
|
"]"
|
||||||
|
"{"
|
||||||
|
"}"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
(type_arguments
|
(type_arguments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue