Skip to content

Commit 09c6df7

Browse files
committed
internal: Undo special bracket classification for attributes in vscode config
1 parent 63123ab commit 09c6df7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

editors/code/language-configuration.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
["{", "}"],
88
["[", "]"],
99
["(", ")"],
10-
["#[", "]"],
11-
["#![", "]"]
1210
],
1311
"colorizedBracketPairs": [
1412
["{", "}"],
@@ -19,8 +17,6 @@
1917
{ "open": "{", "close": "}" },
2018
{ "open": "[", "close": "]" },
2119
{ "open": "(", "close": ")" },
22-
{ "open": "#[", "close": "]" },
23-
{ "open": "#![", "close": "]" },
2420
{ "open": "\"", "close": "\"", "notIn": ["string"] },
2521
{ "open": "/*", "close": " */" },
2622
{ "open": "`", "close": "`", "notIn": ["string"] }

0 commit comments

Comments
 (0)