DEV Community

Discussion on: Help with VSCode "Bracket Pair Colorizer" extension!(SOLVED)

Collapse
 
f0rsakenc0der profile image
f0rsakenc0der

Got it, in case someone needs it.

"bracketPairColorizer.consecutivePairColors": [
        "()",
        "[]",
        "{}",
        [
            "</",
            ">"
        ],
        [
            "<",
            "/>"
        ],
        "<>",
        [
            "Gold",
            "Orchid",
            "LightSkyBlue"
        ],
        "Red"
    ],
Enter fullscreen mode Exit fullscreen mode