diff --git a/extensions/xml/xml.configuration.json b/extensions/xml/xml.configuration.json index db36a4d72be..faaa59c1cd3 100644 --- a/extensions/xml/xml.configuration.json +++ b/extensions/xml/xml.configuration.json @@ -5,6 +5,16 @@ }, "brackets": [ ["<", ">"] + ], + "autoClosingPairs": [ + ["<", ">"], + ["'", "'"], + ["\"", "\""] + ], + "surroundingPairs": [ + ["<", ">"], + ["'", "'"], + ["\"", "\""] ] // enhancedBrackets: [{