1.0.1 • Published 3 years ago

@phoenix-plugin-registry/nunjucks-brackets v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

nunjucks-brackets

Nunjucks syntax highlighter for Brackets.

This extension defines a new CodeMirror mode named nunjucks. The mode is combined with CodeMirror's existing HTML mixed mode, so that any HTML code placed inside a Nunjucks block gets properly highlighted. The nunjucks mode is mapped to the following file extensions:

  • html
  • htm
  • nunjucks
  • njk

Note that this is a very rough implementation, which is not meant to cover the entire Nunjucks grammar. Contributions most welcome.