Skip to content

Commit 2501fb5

Browse files
author
Brad Cornes
committed
add support for leaf files (#16)
1 parent 84bb941 commit 2501fb5

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
@@ -22,7 +22,8 @@ const HTML_TYPES = [
2222
'handlebars',
2323
'ejs',
2424
'nunjucks',
25-
'haml'
25+
'haml',
26+
'leaf'
2627
]
2728
const CSS_TYPES = ['css', 'sass', 'scss', 'less', 'stylus']
2829

0 commit comments

Comments
 (0)