BracketHighlighter 2.23.0
Released Nov 16, 2016
- NEW: Add links in menu to documentation and issues.
- NEW: Provide new local quickstart guide from the menu.
- NEW: Breaking change to
bh_tag.sublime-settings.tag_modeis now an ordered list of dictionaries.
self_closing_patternsandsingle_tag_patternsand replaced withoptional_tag_patterns,
void_tag_patterns, andself_closing_tag_patterns. - NEW: Add new
first_linerule for determining tag mode. - NEW: New XML tag mode and better XHTML mode.
- NEW: Better special tag logic which handles optional tags, void tags, and self closing tags better. #384