Skip to content

Commit

Permalink
Fixes #135151 by not colorizing brackets or rendering line scopes in …
Browse files Browse the repository at this point in the history
…xml.
  • Loading branch information
hediet committed Oct 25, 2021
1 parent ad36148 commit ba5517b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/xml/xml.language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
],
"colorizedBracketPairs": [
],
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b.*-->",
Expand Down

0 comments on commit ba5517b

Please sign in to comment.