Add support for AdonisJS Edge templating (#29)

master
Wayne Saunders 2019-05-12 20:08:42 +01:00 committed by Brad Cornes
parent 14d179864c
commit 7b6390e5f7
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ const HTML_TYPES = [
'nunjucks', 'nunjucks',
'haml', 'haml',
'leaf', 'leaf',
'HTML (Eex)' 'HTML (Eex)',
'edge'
] ]
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus'] const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']