-
-
Save rodpoblete/b74dbfd08406321c810e9b7b2187515d to your computer and use it in GitHub Desktop.
Bracket Highlighter User settings for Cobalt2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// 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" | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment