mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 12:40:19 -05:00
Built-in XSLT extension has 'brackets' setting that prevents bracket-matching for embedded XPath 1.0-3.1 Fixes #102584
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
"blockComment": ["<!--", "-->"]
|
||||
},
|
||||
"brackets": [
|
||||
["<", ">"]
|
||||
["<!--", "-->"],
|
||||
["<", ">"],
|
||||
["{", "}"],
|
||||
["(", ")"],
|
||||
["[", "]"]
|
||||
]
|
||||
|
||||
// enhancedBrackets: [{
|
||||
|
||||
Reference in New Issue
Block a user