Add support for Phoenix (.html.eex) files (#18)
parent
2e05e48bef
commit
cc20e45371
|
@ -23,7 +23,8 @@ const HTML_TYPES = [
|
|||
'ejs',
|
||||
'nunjucks',
|
||||
'haml',
|
||||
'leaf'
|
||||
'leaf',
|
||||
'HTML (Eex)'
|
||||
]
|
||||
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']
|
||||
|
||||
|
|
Loading…
Reference in New Issue