A Nunjucks language support for @emitty.
npm install @emitty/language-nunjucks
const emitty = require('@emitty/core').configure();
emitty.language({
extensions: ['.njk', '.html'],
parser: require('@emitty/language-nunjucks').parse
});
See the Releases section of our GitHub project for changelog for each release version.
This software is released under the terms of the MIT license.