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:
Martin Aeschlimann 2020-07-16 15:25:31 +02:00
parent 5e5fa3edde
commit b031ea7879

View file

@ -4,7 +4,11 @@
"blockComment": ["<!--", "-->"]
},
"brackets": [
["<", ">"]
["<!--", "-->"],
["<", ">"],
["{", "}"],
["(", ")"],
["[", "]"]
]
// enhancedBrackets: [{