add support for slim files (#36)

master
Guillaume Briday 2019-05-12 21:11:07 +02:00 committed by Brad Cornes
parent e1a41e5a11
commit 0a503e8feb
1 changed files with 1 additions and 0 deletions

View File

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