Adding Vagrantfile as ruby syntax

This commit is contained in:
Hunter Haugen 2010-12-06 16:19:38 -08:00
parent d0f11e7118
commit 70d8b84350

View file

@ -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