add .haml support

master
Brad Cornes 2018-08-21 16:03:28 +01:00
parent f6afb4892a
commit dd9a67369f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const HTML_TYPES = [
'handlebars',
'ejs',
'nunjucks',
'haml',
// for jsx
...JS_TYPES
]