Releases: Sublime-Instincts/BetterJinja
Releases · Sublime-Instincts/BetterJinja
Release 2.2.0
- add distinct scopes for
true
andfalse
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
- 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
Version 1.1.1
Version 1.1.0 (March 27, 2022)
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)
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.