Skip to content

Releases: facelessuser/BracketHighlighter

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.

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.