better-nunjucks-for-visual-studio-code

🦾 Better Nunjucks for Visual Studio Code with Snippets

MIT License

Stars
22
Committers
2

Bot releases are hidden (Show)

better-nunjucks-for-visual-studio-code - v0.3.1 Latest Release

Published by edheltzel 2 months ago

better-nunjucks-for-visual-studio-code - v0.3.0

Published by edheltzel 3 months ago

better-nunjucks-for-visual-studio-code - v0.2.72

Published by edheltzel 3 months ago

better-nunjucks-for-visual-studio-code - v0.2.71

Published by edheltzel 3 months ago

better-nunjucks-for-visual-studio-code - v0.2.6

Published by edheltzel 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/edheltzel/nunjucks-for-visual-studio-code/compare/v0.2.5...v0.2.6

better-nunjucks-for-visual-studio-code - v0.2.5

Published by edheltzel about 1 year ago

nunjucks brackets are now consistent from theme to theme.

see changelog

better-nunjucks-for-visual-studio-code - v0.2.3

Published by edheltzel almost 2 years ago

snippet updates

better-nunjucks-for-visual-studio-code - v0.2.1

Published by edheltzel over 2 years ago

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

better-nunjucks-for-visual-studio-code - v0.2.0

Published by edheltzel over 2 years ago

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"
}
better-nunjucks-for-visual-studio-code - v0.0.2

Published by edheltzel over 2 years ago

Initial Release