Skip to content

Releases: facelessuser/BracketHighlighter

ST3 2.27.8

Choose a tag to compare

@facelessuser facelessuser released this 21 Feb 16:39
3263cb4

2.27.8

  • FIX: Content align bug.

ST3 2.27.7

Choose a tag to compare

@facelessuser facelessuser released this 25 Sep 22:55
3f21c19

BracketHighlighter 2.27.7

  • FIX: Update support to include OCaml comment support.
  • FIX: Fix avoiding round brackets in shell case statements.
  • FIX: Thread adjustments that allow BracketHighlighter to go completely idle when Sublime Text is idle.
  • FIX: Fix Ruby interpolated strings.
  • FIX: Fix optional tags for option and optgroup.

ST3 2.27.6

Choose a tag to compare

@facelessuser facelessuser released this 17 Jan 01:33

BracketHighlighter 2.27.6

  • FIX: Fix issue where HTML style attribute quotes where not highlighted due to syntax definition changes.
  • FIX: Add support for @ in HTML attributes.

ST3 2.27.5

Choose a tag to compare

@facelessuser facelessuser released this 20 Nov 06:40

BracketHighlighter 2.27.5

  • FIX: Fix issue where bracket context code blocks in popups sometimes are recognized as Jinja2 template variables.
  • FIX: Fix internal clone view cleanup.
  • FIX: Fix bad clone reference.
  • FIX: on_hover should not occur if bracket_highlighter.ignore is set in the view.

ST3 2.27.4

Choose a tag to compare

@facelessuser facelessuser released this 15 Jun 02:39

BracketHighlighter 2.27.4

Jun 14, 2018

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

ST3 2.27.3

Choose a tag to compare

@facelessuser facelessuser released this 21 Apr 18:37

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

Choose a tag to compare

@facelessuser facelessuser released this 21 Mar 00:52

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

Choose a tag to compare

@facelessuser facelessuser released this 04 Feb 20:23

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

Choose a tag to compare

@facelessuser facelessuser released this 19 Nov 18:38

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

Choose a tag to compare

@facelessuser facelessuser released this 05 Nov 22:20

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.