Skip to content

Commit 7b6390e

Browse files
waynessbradlc
authored andcommitted
Add support for AdonisJS Edge templating (#29)
1 parent 14d1798 commit 7b6390e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const HTML_TYPES = [
2424
'nunjucks',
2525
'haml',
2626
'leaf',
27-
'HTML (Eex)'
27+
'HTML (Eex)',
28+
'edge'
2829
]
2930
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']
3031

0 commit comments

Comments
 (0)