From cbd417525bc68daff44f3dbea88cc867dcf4b2e4 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 18 Dec 2023 14:29:50 +0100 Subject: [PATCH] xml: remove the CDATA autoClosingPairs. Fixes #200671 (#201109) --- extensions/xml/xml.language-configuration.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/xml/xml.language-configuration.json b/extensions/xml/xml.language-configuration.json index 4706ceec5fb..66524ab3682 100644 --- a/extensions/xml/xml.language-configuration.json +++ b/extensions/xml/xml.language-configuration.json @@ -14,8 +14,7 @@ { "open": "(", "close": ")" }, { "open": "\"", "close": "\"", "notIn": ["string"] }, { "open": "'", "close": "'", "notIn": ["string"] }, - { "open": "", "notIn": [ "comment", "string" ]}, - { "open": "", "notIn": [ "comment", "string" ]} + { "open": "", "notIn": [ "comment", "string" ]} ], "surroundingPairs": [ { "open": "'", "close": "'" },