add support for slim files (#36)
parent
e1a41e5a11
commit
0a503e8feb
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue