Releases: facelessuser/BracketHighlighter
Releases · facelessuser/BracketHighlighter
ST3 2.27.4
BracketHighlighter 2.27.4
Jun 14, 2018
- FIX: Avoid targeting common
HERDOC
syntax 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
while
andfrom
and just highlightingdo
#466.
ST3 2.27.0
ST3 2.26.0
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 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.
ST3 2.25.2
BracketHighlighter 2.25.2
Oct 24, 2017
- FIX: Update tag attribute pattern.
- FIX: Add SVG self closing tags.
- FIX: Temporarily use
thin_underline
style to mitigate issue #443.
ST3 2.25.1
BracketHighlighter 2.25.1
Oct 8, 2017
- FIX: Update dependencies.
ST3 2.25.0
BracketHighlighter 2.25.0
Released Aug 12, 2017
- FIX: Quick start image links.
- FIX: Allow Markdown related brackets to work in Markdown Extended.
- FIX: Allow
HTML (Jinja2)
to work in HTML. - NEW: Add Markdown
`
to swap and wrap. - NEW: Add commonly used commands to the command panel (documents and settings) #419.
ST3 2.24.2
BracketHighlighter 2.24.2
Released June 15, 2017
- FIX: Avoid things like
->
in PHP due to new Sublime default syntax changes #417. - FIX: Add support for Python f-strings.