Fixes #135125 by not colorizing any bracket pairs in html.

This commit is contained in:
Henning Dieterichs
2021-10-20 16:08:11 +02:00
parent 2e112c714e
commit 792df9da2f

View File

@@ -25,8 +25,6 @@
{ "open": "<", "close": ">" }
],
"colorizedBracketPairs": [
["{", "}"],
["(", ")"]
],
"folding": {
"markers": {