mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Support | as a surrounding pairs
This commit is contained in:
parent
07fb65abb8
commit
c38e3e9ee9
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["<", ">"],
|
["<", ">"],
|
||||||
["\"", "\""],
|
["\"", "\""],
|
||||||
["'", "'"]
|
["'", "'"],
|
||||||
|
["|", "|"]
|
||||||
],
|
],
|
||||||
"indentationRules": {
|
"indentationRules": {
|
||||||
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
||||||
|
|
Loading…
Reference in a new issue