Skip to content

Releases: edheltzel/better-nunjucks-for-visual-studio-code

v0.3.1

19 Aug 19:46
v0.3.1
11631c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Aug 13:37
v0.3.0
c8d39cc
Compare
Choose a tag to compare

Full Changelog: v0.2.72...v0.3.0

v0.2.72

30 Jul 14:20
v0.2.72
05196ca
Compare
Choose a tag to compare

Full Changelog: v0.2.71...v0.2.72

v0.2.71

29 Jul 20:11
v0.2.71
afd2f7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.71

v0.2.6

05 Jun 13:23
v0.2.6
7ca9359
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

25 Aug 15:56
a674343
Compare
Choose a tag to compare

nunjucks brackets are now consistent from theme to theme.

see changelog

v0.2.3

13 Jan 15:43
Compare
Choose a tag to compare

snippet updates

v0.2.1

10 Jun 17:25
Compare
Choose a tag to compare

Fixes Issue #4 by adding support for 11ty's custom frontmatter

v0.2.0

24 Apr 21:36
Compare
Choose a tag to compare

Includes Nunjucks comment when using ctrl+/ or cmd+/ inside of Nunjucks or HTML files

Also adds hcomm to the snippets when a user wants to add an HTML comment.

I should also mention that Emmet has the ability to add an HTML comment which can be assigned to a keyboard command.

I suggest using ctrl+alt+/

{
  "key": "ctrl+alt+/",
  "command": "editor.emmet.action.toggleComment"
}

v0.0.2

05 Mar 12:34
Compare
Choose a tag to compare

Initial Release