BracketHighlighter Versions Save

Bracket and tag highlighter for Sublime Text

st3-2.29.0

3 years ago

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

3 years ago

2.28.1

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

st3-2.28.0

3 years ago

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

4 years ago

2.27.9

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

st3-2.27.8

4 years ago

2.27.8

  • FIX: Content align bug.

st3-2.27.7

4 years ago

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

5 years ago

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

5 years ago

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

5 years ago

BracketHighlighter 2.27.4

Jun 14, 2018

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

st3-2.27.3

6 years ago

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.