1212
1313# BracketHighlighter 2.27.4
1414
15- Jun 14, 2018
16-
1715- ** FIX** : Avoid targeting common ` HERDOC ` syntax with angle brackets. #482
1816
1917# BracketHighlighter 2.27.3
2018
21- Apr 21, 2018
22-
2319- ** FIX** : Selecting "no threshold" search from popup quickly reverts back to unmatched.
2420- ** FIX** : Backtick string support extended to JavaScript.
2521
2622# BracketHighlighter 2.27.2
2723
28- Mar 20, 2018
29-
3024- ** FIX** : ` C# ` interpolated strings !468.
3125- ** FIX** : Fix C/C++ preprocessor highlighting !474.
3226- ** FIX** : Only highlight the keyword in C/C++ preprocessors af22600cd23bd3c15a1a0f6fc54041e6d96b3dd3.
3327
3428# BracketHighlighter 2.27.1
3529
36- Feb 4, 2018
37-
3830- ** FIX** : Fix Lua loops by avoiding ` while ` and ` from ` and just highlighting ` do ` #466 .
3931
4032# BracketHighlighter 2.27.0
4133
42- Nov 19, 2017
43-
4434- ** NEW** : Add option to always show the bracket popup on bracket hover #457 .
4535- ** FIX** : Fix clone views not properly supported #454 .
4636- ** FIX** : Improvements to Ruby conditional matching #452 .
4737
4838# BracketHighlighter 2.26.0
4939
50- Nov 5, 2017
51-
5240- ** NEW** : Added new configuration ` user_bracket_styles ` to allow a user to override specific rules or just part of a
5341specific rule instead of copying all of ` bracket_styles ` #448 .
5442- ** NEW** : Add colorization with region-ish scopes for Sublime builds 3148+ #448 .
@@ -57,22 +45,16 @@ specific rule instead of copying all of `bracket_styles` #448.
5745
5846# BracketHighlighter 2.25.2
5947
60- Oct 24, 2017
61-
6248- ** FIX** : Update tag attribute pattern.
6349- ** FIX** : Add SVG self closing tags.
6450- ** FIX** : Temporarily use ` thin_underline ` style to mitigate issue #443 .
6551
6652# BracketHighlighter 2.25.1
6753
68- Oct 8, 2017
69-
7054- ** FIX** : Update dependencies.
7155
7256# BracketHighlighter 2.25.0
7357
74- Aug 12, 2017
75-
7658- ** FIX** : Quick start image links.
7759- ** FIX** : Allow Markdown related brackets to work in Markdown Extended.
7860- ** FIX** : Allow ` HTML (Jinja2) ` to work in HTML.
@@ -81,22 +63,16 @@ Aug 12, 2017
8163
8264# BracketHighlighter 2.24.2
8365
84- June 15, 2017
85-
8666- ** FIX** : Avoid things like ` -> ` in PHP due to new Sublime default syntax changes #417 .
8767- ** FIX** : Add support for Python f-strings.
8868
8969# BracketHighlighter 2.24.1
9070
91- May 26, 2017
92-
9371- ** FIX** : Random regions failure.
9472- ** FIX** : Lua keyword match at beginning of line.
9573
9674# BracketHighlighter 2.24.0
9775
98- May 10, 2017
99-
10076- ** NEW** : Popup/Phantom support limited to 3124+ moving forward to prepare for ` mdpopups ` 2.0 that will drop legacy
10177support for old, early implementation of popups and phantoms.
10278- ** NEW** : No longer try and force dependency updates. Leave it up to Package Control (whether they do it or not).
@@ -105,28 +81,20 @@ support for old, early implementation of popups and phantoms.
10581
10682# BracketHighlighter 2.23.3
10783
108- Jan 24, 2017
109-
11084- ** FIX** : Fix error ` ImportError: No module named 'yaml' ` #400 .
11185
11286# BracketHighlighter 2.23.2
11387
114- Jan 23, 2017
115-
11688- ** FIX** : Add backtick quote support for ruby and shell script syntaxes d884e8ab7aa69477c1af5d29cef24589efaf2b8e.
11789- ** FIX** : Fix console noise on global disable #397 .
11890
11991# BracketHighlighter 2.23.1
12092
121- Nov 25, 2016
122-
12393- ** FIX** : Rule position - zero is a valid position #387 .
12494- ** FIX** : Protect against race condition due to Sublime bug #390 .
12595
12696# BracketHighlighter 2.23.0
12797
128- Nov 16, 2016
129-
13098- ** NEW** : Add links in menu to documentation and issues.
13199- ** NEW** : Provide new local quickstart guide from the menu.
132100- ** NEW** : Breaking change to ` bh_tag.sublime-settings ` . ` tag_mode ` is now an ordered list of dictionaries.
@@ -138,14 +106,10 @@ Nov 16, 2016
138106
139107# BracketHighlighter 2.22.1
140108
141- Nov 5, 2016
142-
143109- ** FIX** : Fix changelog links
144110
145111# BracketHighlighter 2.22.0
146112
147- Oct 30, 2016
148-
149113- ** NEW** : Manual command to show offscreen bracket popup. Can be invoked when cursor is anywhere between target
150114bracket #378 .
151115- ** NEW** : When selecting the "Match brackets without threshold" link on the unmatched bracket popup, reshow the
@@ -154,46 +118,32 @@ offscreen popup.
154118
155119# BracketHighlighter 2.21.6
156120
157- Oct 19, 2016
158-
159121- ** FIX** : Fix PHP conditional #366 .
160122- ** FIX** : No line wrapping in code snippets in popups.
161123
162124# BracketHighlighter 2.21.5
163125
164- Aug 21, 2016
165-
166126- ** FIX** : Fix a break caused by 2.21.4 #364 .
167127- ** FIX** : Fix CSS in changelog
168128
169129# BracketHighlighter 2.21.4
170130
171- Aug 21, 2016
172-
173131- ** FIX** : Changelog command now works for older ST3 versions.
174132
175133# BracketHighlighter 2.21.3
176134
177- Aug 1, 2016
178-
179135- ** FIX** : Don't fail if mdpopups was not installed on old Sublime version.
180136
181137# BracketHighlighter 2.21.2
182138
183- Aug 1, 2016
184-
185139- ** FIX** : Fix changelog typo :).
186140
187141# BracketHighlighter 2.21.1
188142
189- Aug 1, 2016
190-
191143- ** NEW** : Message to not freak people out :).
192144
193145# BracketHighlighter 2.21.0
194146
195- Jul 31, 2016
196-
197147- ** NEW** : Require mdpopups 1.9.0.
198148- ** NEW** : New changelog command.
199149- ** NEW** : Add support for new LaTeX syntax.
0 commit comments