Skip to content

Instantly share code, notes, and snippets.

@wesbos
Created July 4, 2014 19:23
Show Gist options
  • Save wesbos/1b8753b1325c34b0315c to your computer and use it in GitHub Desktop.
Save wesbos/1b8753b1325c34b0315c to your computer and use it in GitHub Desktop.
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"
}
}
}
@rodpoblete
Copy link

Awesome!! Thanks Wes! :)

@lentiummmx
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment