ST3 2.23.0
·
188 commits
to master
since this release
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_mode
is now an ordered list of dictionaries.
self_closing_patterns
andsingle_tag_patterns
and replaced withoptional_tag_patterns
,
void_tag_patterns
, andself_closing_tag_patterns
. - NEW: Add new
first_line
rule 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