Skip to content

Commit cc20e45

Browse files
dhc02bradlc
authored andcommitted
Add support for Phoenix (.html.eex) files (#18)
1 parent 2e05e48 commit cc20e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const HTML_TYPES = [
2323
'ejs',
2424
'nunjucks',
2525
'haml',
26-
'leaf'
26+
'leaf',
27+
'HTML (Eex)'
2728
]
2829
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']
2930

0 commit comments

Comments
 (0)