rodpoblete
7/24/2017 - 11:00 PM

Bracket Highlighter User settings for Cobalt2

Bracket Highlighter User settings for Cobalt2

{
    // Define region highlight styles
    "bracket_styles": {
        "default": {
            "icon": "dot",
            "color": "brackethighlighter.default",
            "style": "underline"
        },
        "unmatched": {
            "icon": "question",
            "color": "brackethighlighter.unmatched",
            "style": "outline"
        },
        // User defined region styles
        "curly": {
            "icon": "curly_bracket",
            "color": "brackethighlighter.curly"
        },
        "round": {
            "icon": "round_bracket",
            "color": "brackethighlighter.round"
        },
        "square": {
            "icon": "square_bracket",
            "color": "brackethighlighter.square"
        },
        "angle": {
            "icon": "angle_bracket",
            "color": "brackethighlighter.angle"
        },
        "tag": {
            "icon": "tag",
            "color": "brackethighlighter.tag",
            "style": "outline"
        },
        "c_define": {
            "icon": "hash",
            "color": "brackethighlighter.c_define",
            // "style": "underline"
        },
        "single_quote": {
            "icon": "single_quote",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        },
        "double_quote": {
            "icon": "double_quote",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        },
        "regex": {
            "icon": "regex",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        }
    }
}