From b58f1cffa8ac070bcc005a1bbfa26aa376df7c60 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 3 Apr 2014 18:09:48 -0400 Subject: [PATCH] Treat hamlc as haml Closes #57. --- ftdetect/haml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/haml.vim b/ftdetect/haml.vim index bf1de75..e0b12c0 100644 --- a/ftdetect/haml.vim +++ b/ftdetect/haml.vim @@ -1,3 +1,3 @@ -autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml +autocmd BufNewFile,BufRead *.haml,*.hamlbars,*.hamlc setf haml autocmd BufNewFile,BufRead *.sass setf sass autocmd BufNewFile,BufRead *.scss setf scss