Skip to content

Commit

Permalink
internal: Undo special bracket classification for attributes in vscod…
Browse files Browse the repository at this point in the history
…e config
  • Loading branch information
Veykril committed Jan 30, 2024
1 parent 63123ab commit 8f1a253
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions editors/code/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["#[", "]"],
["#![", "]"]
["(", ")"]
],
"colorizedBracketPairs": [
["{", "}"],
Expand All @@ -19,8 +17,6 @@
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },
{ "open": "#[", "close": "]" },
{ "open": "#![", "close": "]" },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "/*", "close": " */" },
{ "open": "`", "close": "`", "notIn": ["string"] }
Expand Down

0 comments on commit 8f1a253

Please sign in to comment.