Fixes #135151 by not colorizing brackets or rendering line scopes in xml.

This commit is contained in:
Henning Dieterichs
2021-10-25 09:52:59 +02:00
parent ad36148dd2
commit ba5517b911

View File

@@ -25,6 +25,8 @@
{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
],
"colorizedBracketPairs": [
],
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b.*-->",