Releases: facelessuser/BracketHighlighter
Releases · facelessuser/BracketHighlighter
ST3 2.29.2
2.29.2
- FIX: Adjustments for latest syntax changes in default JavaScript and HTML in Sublime Text. Fixes issues with
JavaScript angle brackets. - FIX: Elixir end block detection.
ST3 2.29.1
2.29.1
- FIX: PHP bracket matching issue.
- FIX: Fix Lua keyword issue.
ST3 2.29.0
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
2.28.1
- FIX: Handle HTML attributes even when there are no spaces between them.
ST3 2.28.0
2.28.0
- NEW: Rename
language_filter
optionswhitelist
andblacklist
toallowlist
andblocklist
respectively. - NEW: Add global option
gutter_icons
to control enabling or disabling icons.
ST3 2.27.9
2.27.9
- FIX: Remove old clone workaround as this issue will be fixed upstream in Sublime Text 4 builds.
ST3 2.27.8
2.27.8
- FIX: Content align bug.
ST3 2.27.7
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
andoptgroup
.
ST3 2.27.6
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
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 ifbracket_highlighter.ignore
is set in the view.