diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/BracketHighlighter.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/BracketHighlighter.sublime-settings deleted file mode 100644 index dc105a9..0000000 --- a/EthanBrown.SublimeText2.EditorPackages/tools/BracketHighlighter.sublime-settings +++ /dev/null @@ -1,16 +0,0 @@ -{ - "quote_scope" : "brackethighlighter.all", - "curly_scope" : "brackethighlighter.all", - "round_scope" : "brackethighlighter.all", - "square_scope": "brackethighlighter.all", - "angle_scope" : "brackethighlighter.all", - "tag_scope" : "brackethighlighter.all" - - // Outline? (solid|outline|underline|none) - //"quote_style" : "outline", - //"curly_style" : "outline", - //"round_style" : "outline", - //"square_style": "outline", - //"angle_style" : "outline", - //"tag_style" : "outline" -} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/bh_core.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/bh_core.sublime-settings new file mode 100644 index 0000000..ed3d2b1 --- /dev/null +++ b/EthanBrown.SublimeText2.EditorPackages/tools/bh_core.sublime-settings @@ -0,0 +1,72 @@ +{ + // Define region highlight styles + "bracket_styles": { + // "default" and "unmatched" styles are special + // styles. If they are not defined here, + // they will be generated internally with + // internal defaults. + + // "default" style defines attributes that + // will be used for any style that does not + // explicitly define that attribute. So if + // a style does not define a color, it will + // use the color from the "default" style. + "default": { + "icon": "dot", + // BH1's original default color for reference + // "color": "entity.name.class", + "color": "brackethighlighter.all", + "style": "underline" + }, + + // This particular style is used to highlight + // unmatched bracekt pairs. It is a special + // style. + "unmatched": { + "icon": "question", + // "color": "brackethighlighter.unmatched", + "style": "outline" + }, + // User defined region styles + "curly": { + "icon": "curly_bracket" + // "color": "brackethighlighter.curly", + // "style": "underline" + }, + "round": { + "icon": "round_bracket" + // "color": "brackethighlighter.round", + // "style": "underline" + }, + "square": { + "icon": "square_bracket" + // "color": "brackethighlighter.square", + // "style": "underline" + }, + "angle": { + "icon": "angle_bracket" + // "color": "brackethighlighter.angle", + // "style": "underline" + }, + "tag": { + "icon": "tag", + // "color": "brackethighlighter.tag", + "style": "outline" + }, + "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" + } + } +} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index a7aee0e..a545025 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -15,7 +15,7 @@ try { $sublimeUserDataPath = Get-SublimeUserPath #straight file copies - 'BracketHighlighter.sublime-settings', + 'bh_core.sublime-settings', 'EasyMotion.sublime-settings', 'MarkdownPreview.sublime-settings' | % {