Commit 5b0ad7d
Changed files (1)
vimrc
@@ -92,7 +92,7 @@ if has("autocmd")
" this, so we want to do it only if the plugin +ruby+ is disabled for
" some reason
" Set the Ruby filetype for a number of common Ruby files without .rb
- au BufRead,BufNewFile {Gemfile,Rakefile,Vagrantfile,Thorfile,Procfile,Guardfile,config.ru,*.rake} set ft=ruby
+ au BufRead,BufNewFile {Gemfile,Rakefile,RakeFile,Vagrantfile,Thorfile,Procfile,Guardfile,config.ru,*.rake} set ft=ruby
" Make sure all mardown files have the correct filetype set and setup wrapping
au BufRead,BufNewFile *.{md,markdown,mdown,mkd,mkdn,txt} setf markdown