Skip to content

Releases: facelessuser/BracketHighlighter

ST3 2.29.0

22 Jan 18:58
Compare
Choose a tag to compare

2.29.0

  • NEW: Enhance bracket content select feature with extend parameter.
  • FIX: Bash switch case highlighting on ST3.
  • FIX: Fix custom popup color handling.

ST3 2.28.1

11 Aug 16:37
ba4863d
Compare
Choose a tag to compare

2.28.1

  • FIX: Handle HTML attributes even when there are no spaces between them.

ST3 2.28.0

09 Jul 02:02
Compare
Choose a tag to compare

2.28.0

  • NEW: Rename language_filter options whitelist and blacklist to allowlist and blocklist respectively.
  • NEW: Add global option gutter_icons to control enabling or disabling icons.

ST3 2.27.9

29 Feb 14:39
19e8338
Compare
Choose a tag to compare

2.27.9

  • FIX: Remove old clone workaround as this issue will be fixed upstream in Sublime Text 4 builds.

ST3 2.27.8

21 Feb 16:39
3263cb4
Compare
Choose a tag to compare

2.27.8

  • FIX: Content align bug.

ST3 2.27.7

25 Sep 22:55
3f21c19
Compare
Choose a tag to compare

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

17 Jan 01:33
Compare
Choose a tag to compare

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

20 Nov 06:40
Compare
Choose a tag to compare

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

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.