Skip to content

Releases: Sublime-Instincts/BetterJinja

Release 2.0.0

17 May 18:31
Compare
Choose a tag to compare
  • rewrite package extending ST's bundled syntaxes
  • supports CSS, HTML, JavaScript, JSON, Markdown, Text, XML, YAML

Version 1.1.1

17 May 19:04
Compare
Choose a tag to compare
  • Fix package name "Jinja2" in various resource files (fixes #15)
  • Fix syntax tests not running (fixes #18)
  • Fix snippets' indentation

Version 1.1.0 (March 27, 2022)

27 Mar 05:59
Compare
Choose a tag to compare

This release addresses the following :-

  • Added command palette entries to open key bindings & documentation.
  • Updated all the completion files to use kind, annotation & details.
  • Added ability to run syntax tests via GitHub actions.
  • Updated issue templates to use GitHub issue forms.
  • Prevent snippets from triggering in certain places like strings etc.
  • Better scoping for escape characters in strings.
  • Improved interpolation scopes.
  • Distinguish builtin filters/tests/globals/variables in a better way.
  • General syntax cleanups.
  • Removed the settings file as it's not needed.

Version 1.0.0 (August 12, 2020)

12 Aug 10:24
Compare
Choose a tag to compare

This release is the first release for BetterJinja & v1.0.0 ships with the following features :-

  • Indentation for Jinja code blocks.
  • Snippets for commonly used Jinja 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 Jinja line comments & ctrl + shift + / for block comments.