Releases: djch/HTMLDjango.novaextension
Releases · djch/HTMLDjango.novaextension
1.2.0
v1.2
Version 1.2
There were some changes made to the source tree-sitter grammar, so I brought those in. Though, it doesn't seem to have made much difference to anything that I can see 😅
Full Changelog: v1.1...v1.2
1.1
1.0
I am bumping the version up to 1.0. I've been pretty happy using my extension for the past 6 months or so.
NEW
-
A template-tag switching command has been added. You can use it to cycle through tag pairs e.g
{{ }}
,{% %}
and{# #}
at your selection/cursor position. The shortcut is bound tocmd-shift->
, like the Rails extension that inspired it. -
Clips are now included for if tags, for tags and block tags. For example. you should be able to type for, hit the
tab
key and Nova will autocomplete it into a full set of tags with tab-indexed insertion points.