add support for slim files (#36)
parent
e1a41e5a11
commit
0a503e8feb
|
@ -26,6 +26,7 @@ const HTML_TYPES = [
|
|||
'haml',
|
||||
'leaf',
|
||||
'HTML (Eex)',
|
||||
'slim',
|
||||
'edge'
|
||||
]
|
||||
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']
|
||||
|
|
Loading…
Reference in New Issue