Skip to content

Commit

Permalink
Capfiles are ruby files.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjriddle committed Oct 10, 2011
1 parent 2fde854 commit 6598989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ if has("autocmd")
autocmd bufwritepost .vimrc source $MYVIMRC autocmd bufwritepost .vimrc source $MYVIMRC
"set json to to javascript "set json to to javascript
autocmd BufRead *.json set filetype=javascript autocmd BufRead *.json set filetype=javascript
"Rakefile, Capfile are ruby files.
autocmd BufRead Capfile set filetype=ruby
augroup END augroup END
endif endif


Expand Down

0 comments on commit 6598989

Please sign in to comment.