Skip to content

Releases: facelessuser/BracketHighlighter

ST3 2.27.4

15 Jun 02:39
Compare
Choose a tag to compare

BracketHighlighter 2.27.4

Jun 14, 2018

  • FIX: Avoid targeting common HERDOC syntax with angle brackets. #482

ST3 2.27.3

21 Apr 18:37
Compare
Choose a tag to compare

BracketHighlighter 2.27.3

Apr 21, 2018

  • FIX: Selecting "no threshold" search from popup quickly reverts back to unmatched.
  • FIX: Backtick string support extended to JavaScript.

ST3 2.27.2

21 Mar 00:52
Compare
Choose a tag to compare

BracketHighlighter 2.27.2

Mar 20, 2018

  • FIX: C# interpolated strings #468.
  • FIX: Fix C/C++ preprocessor highlighting #474.
  • FIX: Only highlight the keyword in C/C++ preprocessors af22600.

ST3 2.27.1

04 Feb 20:23
Compare
Choose a tag to compare

BracketHighlighter 2.27.1

Feb 4, 2018

  • FIX: Fix Lua loops by avoiding while and from and just highlighting do #466.

ST3 2.27.0

19 Nov 18:38
Compare
Choose a tag to compare

BracketHighlighter 2.27.0

Nov 19, 2017

  • NEW: Add option to always show the bracket popup on bracket hover #457.
  • FIX: Fix clone views not properly supported #454.
  • FIX: Improvements to Ruby conditional matching #452.

ST3 2.26.0

05 Nov 22:20
Compare
Choose a tag to compare

BracketHighlighter 2.26.0

Nov 5, 2017

  • NEW: Added new configuration user_bracket_styles to allow a user to override specific rules or just part of a specific rule instead of copying all of bracket_styles #448.
  • NEW: Add colorization with region-ish scopes for Sublime builds 3148+ #448.
  • FIX: Ruby issue with conditionals immediately followed after return keyword #425.
  • FIX: PHP issue for arrows ($var->prop) #446.

ST3 2.25.2

24 Oct 14:54
Compare
Choose a tag to compare

BracketHighlighter 2.25.2

Oct 24, 2017

  • FIX: Update tag attribute pattern.
  • FIX: Add SVG self closing tags.
  • FIX: Temporarily use thin_underline style to mitigate issue #443.

ST3 2.25.1

09 Oct 02:55
Compare
Choose a tag to compare

BracketHighlighter 2.25.1

Oct 8, 2017

  • FIX: Update dependencies.

ST3 2.25.0

12 Aug 19:55
Compare
Choose a tag to compare

BracketHighlighter 2.25.0

Released Aug 12, 2017

  • FIX: Quick start image links.
  • FIX: Allow Markdown related brackets to work in Markdown Extended.
  • FIX: Allow HTML (Jinja2) to work in HTML.
  • NEW: Add Markdown ` to swap and wrap.
  • NEW: Add commonly used commands to the command panel (documents and settings) #419.

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.