From 0d23b6e515a01a5782532351821ebfa11f3d6cf2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:44:10 -0500 Subject: Add vim again :) --- vim/ftdetect/haml.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/ftdetect/haml.vim (limited to 'vim/ftdetect/haml.vim') diff --git a/vim/ftdetect/haml.vim b/vim/ftdetect/haml.vim new file mode 100644 index 0000000..25ea073 --- /dev/null +++ b/vim/ftdetect/haml.vim @@ -0,0 +1,3 @@ +autocmd BufNewFile,BufRead *.haml setf haml +autocmd BufNewFile,BufRead *.sass setf sass +autocmd BufNewFile,BufRead *.scss setf scss -- cgit