Releases: Sublime-Instincts/BetterJinja
Releases · Sublime-Instincts/BetterJinja
Release 2.6.0
Fixes
- fix syntax highlighting for inline
if...elseandfor ... inexpressions - 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
-
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
inoperator vs. for looping keyword
Release 2.4.0
- 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
- 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
- fix support for arbitary Extension block tags
Release 2.2.0
- add distinct scopes for
trueandfalseconstants - 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
- remove interpolation scope from script/style attributes
Release 2.1.1
- fix duplicate
()being added after function name completions - fix YAML key detection for keys with
{{ .. }}interpolation
Release 2.1.0
- add C/C++ templates
Release 2.0.0
- rewrite package extending ST's bundled syntaxes
- supports CSS, HTML, JavaScript, JSON, Markdown, Text, XML, YAML