sublimetext2 - Open/Close braces / brackets : highlight the lines that connect them in Sublime -
i miss nice feature of notepad++ connecting opening , closing line of function/bracket highlighted line. sublime connects them too, dotted line doesn't change color...
take @ brackethighlighter. little configuration, think give want. configuring highlighting style section.
steps after installing brackethighlighter...
preferences -> browse packages... create file called bh_core.sublime-settings in user folder.
add following code:
{ "content_highlight_bar": true, "align_content_highlight_bar": true, }
Comments
Post a Comment