Skip to content

Releases: Sublime-Instincts/BetterJinja

Release 2.6.0

18 Oct 14:37

Choose a tag to compare

Fixes

  • fix syntax highlighting for inline if...else and for ... in expressions
  • fix onclick=... html attributes not supporting statements

Features

  • add support for snippets to wrap selections
  • add SQL (Jinja) syntax (fixes #31)

Release 2.5.0

03 Jul 18:41

Choose a tag to compare

  • add support for interpolated YAML frontmatter in HTML/Markdown

  • add support for interpolated TOML frontmatter in HTML/Markdown (ST4200+)

  • fix scoping of inline conditional "yes" if True else "no" expressions

  • fix scoping of conditional in operator vs. for looping keyword

Release 2.4.0

07 Jun 17:48

Choose a tag to compare

  • add support for TOML (requires ST4200+)

Warning

TOML templates requires ST's built-in TOML syntax.

If you encounter any issues, please check if TOML package is installed
and remove it before filing any bug reports.

Release 2.3.0

03 Jan 12:59

Choose a tag to compare

  • add bailouts for incomplete expressions
  • add more detailed qualified variable scopes
  • add blocks, macros and variables to symbol list
  • add basic support for Django templates
  • fix some scopes
  • improve line statement syntax support

Release 2.2.1

18 Dec 18:15

Choose a tag to compare

  • fix support for arbitary Extension block tags

Release 2.2.0

26 Oct 09:55

Choose a tag to compare

  • add distinct scopes for true and false constants
  • update key bindings
  • fix command palette entry for key bindings
  • fix inline html event/style attributes with quotes in embedded values

Release 2.1.2

05 Oct 11:17

Choose a tag to compare

  • remove interpolation scope from script/style attributes

Release 2.1.1

25 Jul 12:06
0efd55a

Choose a tag to compare

  • fix duplicate () being added after function name completions
  • fix YAML key detection for keys with {{ .. }} interpolation

Release 2.1.0

20 Jul 16:39
c723473

Choose a tag to compare

  • add C/C++ templates

Release 2.0.0

17 May 18:31

Choose a tag to compare

  • rewrite package extending ST's bundled syntaxes
  • supports CSS, HTML, JavaScript, JSON, Markdown, Text, XML, YAML