Skip to content

Commit 218bd32

Browse files
committed
Do not auto surround <, [ and ( in XAML.
1 parent 3c57a09 commit 218bd32

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)