From b92ad53b891c163fe7a5515fecc6580a7aeb37dd Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Thu, 26 Apr 2012 15:50:27 +0200 Subject: [PATCH] Support *.hamlbars Hamlbars is plain Haml with an "hb" helper Ruby function. https://github.com/jamesotron/hamlbars --- ftdetect/haml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/haml.vim b/ftdetect/haml.vim index 25ea073..bf1de75 100644 --- a/ftdetect/haml.vim +++ b/ftdetect/haml.vim @@ -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