mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
fix language-configuration.json
This commit is contained in:
parent
0d64633d31
commit
25c732e9d4
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@
|
||||||
["(", ")"]
|
["(", ")"]
|
||||||
],
|
],
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
{ "open": "{", "close": "}" },
|
{ "open": "{", "close": "}", "notIn": ["string"] },
|
||||||
{ "open": "[", "close": "]" },
|
{ "open": "[", "close": "]", "notIn": ["string"] },
|
||||||
{ "open": "(", "close": ")" },
|
{ "open": "(", "close": ")", "notIn": ["string"] },
|
||||||
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||||||
{ "open": "/*", "close": " */", "notIn": ["string"] },
|
{ "open": "/*", "close": " */", "notIn": ["string"] },
|
||||||
{ "open": "`", "close": "`", "notIn": ["string"] },
|
{ "open": "`", "close": "`", "notIn": ["string"] },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue