Skip to content

Releases: facelessuser/BracketHighlighter

ST3 2.24.2

15 Jun 14:24
Compare
Choose a tag to compare

BracketHighlighter 2.24.2

Released June 15, 2017

  • FIX: Avoid things like -> in PHP due to new Sublime default syntax changes #417.
  • FIX: Add support for Python f-strings.

ST3 2.24.1

27 May 06:11
Compare
Choose a tag to compare

BracketHighlighter 2.24.1

Released May 26, 2017

  • FIX: Random regions failure.
  • FIX: Lua keyword match at beginning of line.

ST3 2.24.0

11 May 02:44
Compare
Choose a tag to compare

BracketHighlighter 2.24.0

Released May 10, 2017

  • NEW: Popup/Phantom support limited to 3124+ moving forward to prepare for mdpopups 2.0 that will drop legacy
    support for old, early implementation of popups and phantoms.
  • NEW: No longer try and force dependency updates. Leave it up to Package Control (whether it they do it or not).
  • NEW: CSS adjustments to popups.
  • FIX: Fix tag matching corner case #409.

ST3 2.23.3

24 Jan 13:32
Compare
Choose a tag to compare

BracketHighlighter 2.23.3

Released Jan 24, 2017

  • FIX: Fix error ImportError: No module named 'yaml' #400.

ST3 2.23.2

24 Jan 01:57
Compare
Choose a tag to compare

BracketHighlighter 2.23.2

Released Jan 23, 2017

  • FIX: Add backtick quote support for ruby and shell script syntaxes d884e8a.
  • FIX: Fix console noise on global disable #397.

ST3 2.23.1

25 Nov 20:45
Compare
Choose a tag to compare

BracketHighlighter 2.23.1

Released Nov 25, 2016

  • FIX: Rule position - zero is a valid position #387.
  • FIX: Protect against race condition due to Sublime bug #390.

ST3 2.23.0

17 Nov 03:08
Compare
Choose a tag to compare

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 and single_tag_patterns and replaced with optional_tag_patterns,
    void_tag_patterns, and self_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

ST3 2.22.1

06 Nov 03:24
Compare
Choose a tag to compare

BracketHighlighter 2.22.1

Released Nov 5, 2016

  • FIX: Fix changelog links

ST3 2.22.0

31 Oct 00:14
Compare
Choose a tag to compare

BracketHighlighter 2.22.0

Released Oct 30, 2016

  • NEW: Manual command to show offscreen bracket popup. Can be invoked when cursor is anywhere between target
    bracket #378
  • NEW: When selecting the "Match brackets without threshold" link on the unmatched bracket popup, reshow the
    offscreen popup.
  • NEW: Add support for "SINUMERIK840D" language #379.

ST3 2.21.6

20 Oct 02:55
Compare
Choose a tag to compare

BracketHighlighter 2.21.6

Released Oct 19, 2016

  • FIX: Fix PHP conditional #366
  • FIX: No line wrapping in code snippets in popups.