Rust: highlight brackets

This commit is contained in:
Santos Gallegos 2021-01-03 22:42:17 -05:00 committed by Thomas Vigouroux
parent 456ca55f0c
commit 3d4662e797

View file

@ -97,11 +97,13 @@
] @comment ] @comment
[ [
"(" "("
")" ")"
"[" "["
"]" "]"
] @punctuation.bracket "{"
"}"
] @punctuation.bracket
(type_arguments (type_arguments
"<" @punctuation.bracket "<" @punctuation.bracket