@emitty/language-nunjucks

A Nunjucks language support @emitty

Usage no npm install needed!

<script type="module">
  import emittyLanguageNunjucks from 'https://cdn.skypack.dev/@emitty/language-nunjucks';
</script>

README

@emitty/language-nunjucks

A Nunjucks language support for @emitty.

Install

npm install @emitty/language-nunjucks

Usage

const emitty = require('@emitty/core').configure();

emitty.language({
    extensions: ['.njk', '.html'],
    parser: require('@emitty/language-nunjucks').parse
});

Supported keywords

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.