mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 09:50:11 -05:00
[xml] autoclosing & surrounding pairs
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
},
|
||||
"brackets": [
|
||||
["<", ">"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["<", ">"],
|
||||
["'", "'"],
|
||||
["\"", "\""]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["<", ">"],
|
||||
["'", "'"],
|
||||
["\"", "\""]
|
||||
]
|
||||
|
||||
// enhancedBrackets: [{
|
||||
|
||||
Reference in New Issue
Block a user