mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-11 08:30:23 +00:00
Remove autoclosing pair <> in rustdoc
This commit is contained in:
parent
d24db9f2c3
commit
c6bb35269c
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
{ "open": "{", "close": "}" },
|
{ "open": "{", "close": "}" },
|
||||||
{ "open": "[", "close": "]" },
|
{ "open": "[", "close": "]" },
|
||||||
{ "open": "(", "close": ")" },
|
{ "open": "(", "close": ")" }
|
||||||
{ "open": "<", "close": ">", "notIn": ["string"] }
|
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue