Skip to content

Releases: djch/HTMLDjango.novaextension

Version 1.3.2

Choose a tag to compare

@djch djch released this 12 May 01:29

Improves syntax auto-detection so Django template tags in YAML and other structured files are less likely to incorrectly select HTML (Django).

1.3.0

Choose a tag to compare

@djch djch released this 23 Apr 05:56

Incorporates the latest changes from the source grammar by @interdependence, including support for string literals in expressions and a tree-sitter 0.25.1 bump.

1.2.0

Choose a tag to compare

@djch djch released this 06 Nov 03:28

No changes, just trying to get Nova to pick up the update over here

v1.2

Choose a tag to compare

@djch djch released this 17 Oct 00:33

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.1

Choose a tag to compare

@djch djch released this 17 May 00:10

Version 1.1

Literally just fixing all the README and CHANGELOG typos from my last release 😑

1.0

1.0

Choose a tag to compare

@djch djch released this 17 May 00:08

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 to cmd-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.