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
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

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