Skip to content

Releases: Sublime-Instincts/BetterTwig

Version 1.0.7 (November 19, 2021)

19 Nov 05:08
Compare
Choose a tag to compare

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)

29 Oct 07:44
Compare
Choose a tag to compare

This release addresses the following :-

  1. Removed regex highlighting in strings.

Version 1.0.5 (May 24, 2021)

24 May 13:48
Compare
Choose a tag to compare

This release addresses the following :-

  1. Remove the backspace key binding.

Version 1.0.4 (May 12, 2021)

12 May 11:03
Compare
Choose a tag to compare

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)

22 Sep 03:56
Compare
Choose a tag to compare

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)

22 Aug 00:38
Compare
Choose a tag to compare

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 to text.html.twig.
  • Regex modifiers breaking the syntax highlighting.

Version 1.0.1 (August 17, 2020)

17 Aug 17:38
Compare
Choose a tag to compare

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)

12 Aug 10:31
Compare
Choose a tag to compare

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.