📅  最后修改于: 2022-03-11 15:00:26.133000             🧑  作者: Mango
"bracketPairColorizer.independentPairColors": [
[
"()",
[
"Yellow"
],
"Red" // use when right bracket is missing
],
[
"[]",
[
"Purple"
],
"Red"
],
[
"{}",
[
"Blue"
],
"Red"
]
]