Skip to content

Commit aaf2a64

Browse files
z1lkadriaanzon
authored andcommitted
Adds a single line to register haml as a template language (#67)
1 parent 27dc461 commit aaf2a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/vue.vim

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ endfunction
4343
call s:register_language('pug', 'template', s:attr('lang', '\%(pug\|jade\)'))
4444
call s:register_language('slm', 'template')
4545
call s:register_language('handlebars', 'template')
46+
call s:register_language('haml', 'template')
4647
call s:register_language('typescript', 'script', '\%(lang=\("\|''\)[^\1]*\(ts\|typescript\)[^\1]*\1\|ts\)')
4748
call s:register_language('coffee', 'script')
4849
call s:register_language('stylus', 'style')

0 commit comments

Comments
 (0)