From 70d8b84350280f3849d392638df677c4e07a5987 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 6 Dec 2010 16:19:38 -0800 Subject: [PATCH] Adding Vagrantfile as ruby syntax --- .vim/filetype.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/filetype.vim b/.vim/filetype.vim index ac7ba80..ba988e8 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -8,6 +8,7 @@ augroup filetypedetect "au! BufNewFile,BufRead *.rhtml set syn=eruby "au! BufNewFile,BufRead *.haml setfiletype haml "au! BufNewFile,BufRead *.rhtml setfiletype rhtml + au! BufNewFile,BufRead Vagrantfile setfiletype ruby au! BufNewFile,BufRead *.rhtml setfiletype eruby au! BufNewFile,BufRead *.s setfiletype asmx86 au! BufNewFile,BufRead *.rl setfiletype ragel