Skip to content

Commit d2c5834

Browse files
committed
[xml] autoclosing & surrounding pairs
1 parent 6b91559 commit d2c5834

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

extensions/xml/xml.configuration.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
},
66
"brackets": [
77
["<", ">"]
8+
],
9+
"autoClosingPairs": [
10+
["<", ">"],
11+
["'", "'"],
12+
["\"", "\""]
13+
],
14+
"surroundingPairs": [
15+
["<", ">"],
16+
["'", "'"],
17+
["\"", "\""]
818
]
919

1020
// enhancedBrackets: [{

0 commit comments

Comments
 (0)