configure colorizedBracketPairs

This commit is contained in:
IceSentry
2021-09-09 00:25:38 -04:00
parent 1dc4d1ce29
commit d9e4b231c7

View File

@@ -9,6 +9,11 @@
["(", ")"],
["<", ">"]
],
"colorizedBracketPairs": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },