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

View file

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