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