Skip to content

Commit cbd4175

Browse files
authored
xml: remove the CDATA autoClosingPairs. Fixes microsoft#200671 (microsoft#201109)
1 parent 26f67e0 commit cbd4175

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/xml/xml.language-configuration.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
{ "open": "(", "close": ")" },
1515
{ "open": "\"", "close": "\"", "notIn": ["string"] },
1616
{ "open": "'", "close": "'", "notIn": ["string"] },
17-
{ "open": "<!--", "close": "-->", "notIn": [ "comment", "string" ]},
18-
{ "open": "<![CDATA[", "close": "]]>", "notIn": [ "comment", "string" ]}
17+
{ "open": "<!--", "close": "-->", "notIn": [ "comment", "string" ]}
1918
],
2019
"surroundingPairs": [
2120
{ "open": "'", "close": "'" },

0 commit comments

Comments
 (0)