Created
July 29, 2014 02:15
-
-
Save leopku/89ff7eb32b8563e0b523 to your computer and use it in GitHub Desktop.
Bracket Highlighter User Settings
This file contains 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
{ | |
"bracket_styles": { | |
"default": { | |
"icon": "dot", | |
"color": "brackethighlighter.default", | |
"style": "outline" | |
}, | |
"unmatched": { | |
"icon": "question", | |
"color": "brackethighlighter.unmatched", | |
"style": "outline" | |
}, | |
"curly": { | |
"icon": "curly_bracket", | |
"color": "brackethighlighter.curly", | |
"style": "outline" | |
}, | |
"round": { | |
"icon": "round_bracket", | |
"color": "brackethighlighter.round", | |
"style": "outline" | |
}, | |
"square": { | |
"icon": "square_bracket", | |
"color": "brackethighlighter.square", | |
"style": "underline" | |
}, | |
"angle": { | |
"icon": "angle_bracket", | |
"color": "brackethighlighter.angle", | |
"style": "underline" | |
}, | |
"tag": { | |
"icon": "tag", | |
// "endpoints": true, | |
"color": "brackethighlighter.tag", | |
"style": "outline" | |
}, | |
"c_define": { | |
"icon": "hash" | |
// "color": "brackethighlighter.c_define", | |
// "style": "underline" | |
}, | |
"single_quote": { | |
"icon": "single_quote", | |
"color": "brackethighlighter.single_quote", | |
"style": "outline" | |
}, | |
"double_quote": { | |
"icon": "double_quote", | |
"color": "brackethighlighter.double_quote", | |
"style": "outline" | |
}, | |
"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