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