Skip to content

Commit 26bea21

Browse files
authored
Merge pull request #7540 from etvorun/dev/evgenyt/tune_auto_surround
Do not auto surround `<`, `[` and `(` in XAML.
2 parents 3c57a09 + 218bd32 commit 26bea21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/xaml/language-configuration.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
"surroundingPairs": [
4141
{ "open": "'", "close": "'" },
4242
{ "open": "\"", "close": "\"" },
43-
{ "open": "{", "close": "}"},
44-
{ "open": "[", "close": "]"},
45-
{ "open": "(", "close": ")" },
46-
{ "open": "<", "close": ">" }
43+
{ "open": "{", "close": "}"}
4744
],
4845
"colorizedBracketPairs": [
4946
],

0 commit comments

Comments
 (0)