Commit 5b0ad7d

mo khan <mo@mokhan.ca>
2013-08-10 07:26:01
set ft for 'RakeFile'
1 parent 2379e36
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