Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have modified my example based upon the comments of <code>AGS</code> - it now includes a couple of highlight options and the rest are outline. Thank you <code>AGS</code> and thank you to the original poster for creating this useful thread.</p> <hr> <p>bh_core.sublime-settings</p> <pre><code>{ "bracket_styles": { // This particular style is used to highlight // unmatched bracket pairs. It is a special // style. "unmatched": { "icon": "question", "color": "brackethighlighter.unmatched", "style": "highlight" }, // User defined region styles "curly": { "icon": "curly_bracket", "color": "brackethighlighter.curly", "style": "highlight" }, "round": { "icon": "round_bracket", "color": "brackethighlighter.round", "style": "outline" }, "square": { "icon": "square_bracket", "color": "brackethighlighter.square", "style": "outline" }, "angle": { "icon": "angle_bracket", "color": "brackethighlighter.angle", "style": "outline" }, "tag": { "icon": "tag", "color": "brackethighlighter.tag", "style": "outline" }, "single_quote": { "icon": "single_quote", "color": "brackethighlighter.quote", "style": "outline" }, "double_quote": { "icon": "double_quote", "color": "brackethighlighter.quote", "style": "outline" }, "regex": { "icon": "regex", "color": "brackethighlighter.quote", "style": "outline" } } } </code></pre> <hr> <p>whatever_theme_file_you_use.tmTheme</p> <pre><code>&lt;!-- BEGIN Bracket Highlighter plugin color modifications --&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Unmatched&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.unmatched&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#FD971F&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Bracket Curly&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.curly&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#FF0000&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Bracket Round&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.round&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#0000FF&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Bracket Square&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.square&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#800080&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Bracket Angle&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.angle&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#AE81FF&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Bracket Tag&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.tag&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#FD971F&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;Single Quote | Double Quote | Regex&lt;/string&gt; &lt;key&gt;scope&lt;/key&gt; &lt;string&gt;brackethighlighter.quote&lt;/string&gt; &lt;key&gt;settings&lt;/key&gt; &lt;dict&gt; &lt;key&gt;foreground&lt;/key&gt; &lt;string&gt;#AE81FF&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;!-- END Bracket Highlighter plugin color modifications --&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload