Skip to main content

RainbowBrackets

彩虹括号

{
"debug": false,
"syntax_specific":
{
"Bash":
{
"coloring": false,
"ignored_scopes": "keyword"
},
"JSON":
{
"bracket_pairs":
{
"[": "]",
"(": ")",
"{": "}"
},
"extensions":
[
".js",
".py",
".json",
".sublime-settings",
".sublime-menu",
".sublime-build",
".sublime-keymap",
".sublime-commands",
".sublime-theme",
".sublime-color-scheme"
],
"ignored_scopes":
[
"comment",
"string"
]
},
"Regular Expression":
{
"extensions":
[
".sublime-syntax"
],
"ignored_scopes":
[
"meta.set.regexp",
"constant"
]
},
"Scheme":
{
"bracket_pairs":
{
"(": ")",
"[": "]"
},
"extensions":
[
".scm",
".ss"
],
"ignored_scopes":
[
"comment",
"string",
"constant"
]
}
},

}