Skip to content

Nunjucks v2.0.0

Compare
Choose a tag to compare
@alsolovyev alsolovyev released this 12 Jan 12:46
· 22 commits to master since this release
afdbcd6

Updates

  • Syntax highlighting has been completely rewritten from scratch
    • clear and easily maintainable code
    • improved scope names
  • Autocompletions have been added for all available Nunjucks tags
  • The scope names for snippets and completions have been rewritten so that they only trigger in the right places
  • Built-in functions and filters of the 'Nunjucks' templating engine have been added
  • Key bindings have been customized to automatically add spaces inside brackets
    • pressing shift + { twice will turn into {{ | }}
    • pressing shift + % within {} will turn into {% | %}
    • pressing shift + # within {} will turn into {# | #}
  • Automatic indentation rules have been added
  • A menu has been added for more convenient work with the package