mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 09:50:11 -05:00
Fixes #135125 by not colorizing any bracket pairs in html.
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
{ "open": "<", "close": ">" }
|
||||
],
|
||||
"colorizedBracketPairs": [
|
||||
["{", "}"],
|
||||
["(", ")"]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
|
||||
Reference in New Issue
Block a user