Releases: facelessuser/BracketHighlighter
Releases · facelessuser/BracketHighlighter
Release list
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
optionandoptgroup.
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_hovershould not occur ifbracket_highlighter.ignoreis set in the view.
ST3 2.27.4
BracketHighlighter 2.27.4
Jun 14, 2018
- FIX: Avoid targeting common
HERDOCsyntax with angle brackets. #482
ST3 2.27.3
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
ST3 2.27.1
BracketHighlighter 2.27.1
Feb 4, 2018
- FIX: Fix Lua loops by avoiding
whileandfromand just highlightingdo#466.
ST3 2.27.0
ST3 2.26.0
BracketHighlighter 2.26.0
Nov 5, 2017
- NEW: Added new configuration
user_bracket_stylesto allow a user to override specific rules or just part of a specific rule instead of copying all ofbracket_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.