mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
fix: remove angle brackets from language configuration
This commit is contained in:
parent
3bda70a232
commit
c1a28ccf8c
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["<", ">"]
|
||||
["(", ")"]
|
||||
],
|
||||
"colorizedBracketPairs": [
|
||||
["{", "}"],
|
||||
|
|
Loading…
Reference in a new issue