Version 2.1.0 (May 11, 2022)
This release addresses the following :-
Fixed
- String scopes are now properly cleared when expressions and statements are present in strings.
- Fix a bug where ending
)
was scoped aspunctuation.section.group.begin.twig
. - Code within
verbatim
blocks are now, not syntax highlighted anymore (to represent raw plain text). - General syntax context name cleanups.
Added
- Seperated the main syntax and extracted a core
Twig
syntax. This makes the syntax reusable and could now be used in other markups with little effort. - Added a
CSS (Twig).sublime-syntax
to support embedding Twig expressions in CSS & HTML (Resolves #25)
Issues addressed in this release can be viewed in the 2.1.0 milestone.