Support *.hamlbars

Hamlbars is plain Haml with an "hb" helper Ruby function.

https://github.com/jamesotron/hamlbars
This commit is contained in:
Jo Liss
2012-04-26 15:50:27 +02:00
committed by Tim Pope
parent 3490c63d68
commit b92ad53b89

View File

@@ -1,3 +1,3 @@
autocmd BufNewFile,BufRead *.haml setf haml
autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml
autocmd BufNewFile,BufRead *.sass setf sass
autocmd BufNewFile,BufRead *.scss setf scss