Releases: Sublime-Instincts/BetterTwig
Releases · Sublime-Instincts/BetterTwig
Version 1.0.7 (November 19, 2021)
This release addresses the following :-
- This will be the final release for ST3 with no new changes. There were only minor README updates.
Version 1.0.6 (October 29, 2021)
This release addresses the following :-
- Removed regex highlighting in strings.
Version 1.0.5 (May 24, 2021)
This release addresses the following :-
- Remove the backspace key binding.
Version 1.0.4 (May 12, 2021)
This release addresses the following:
- Cleaned up the syntax definition a bit and added more tests.
- Ternary operators not highlighting.
- Import statements not getting highlighted.
- More specific language constant scopes.
- Quoted string escapes not highlighting.
- Better scoping of built-in tests.
- Additional key bindings for interpolation & to come out of empty statements/expression blocks.
Version 1.0.3 (September 22, 2020)
BetterTwig v1.0.3
This release fixes the following bugs :-
- Updated numeric literals to having the
meta.number
scopes. - Fixed scoping for the
endif
&endfor
tags (with thanks to @andremacola) - Removed the non needed settings file.
Version 1.0.2 (August 22, 2020)
BetterTwig v1.0.2
This release fixes the following bugs :-
- Operators & language constants not being scoped in data structures.
- The base scope is now changed from
text.twig
totext.html.twig
. - Regex modifiers breaking the syntax highlighting.
Version 1.0.1 (August 17, 2020)
BetterTwig v1.0.1
This release address the following :-
- Fixed the behavior where any line preceded by
##
was treated as a comment. - Removed the use of ctrl + / for adding
##
to the beginning of the line. - Either ctrl + / or ctrl + shift + / is now bound to using
{# #}
for Twig comments.
Version 1.0.0 (August 12, 2020)
BetterTwig v1.0.0
This release is the first release for BetterTwig & v1.0.0 ships with the following features :-
- Indentation for Twig code blocks.
- Snippets for commonly used Twig blocks.
- The main syntax file along with syntax test for the scopes.
- Auto completions for builtin tags, filters, tests and functions.
- Abiility to use ctrl + / for Twig line comments & ctrl + shift + / for block comments.