Added njk to the HTML_TYPES array for njk file extension support. (#31)

master
Matt Waler 2019-05-12 15:09:03 -04:00 committed by Brad Cornes
parent 7b6390e5f7
commit e1a41e5a11
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const HTML_TYPES = [
'erb',
'handlebars',
'ejs',
'njk',
'nunjucks',
'haml',
'leaf',