Merge pull request #1599 from startling/master

Added `src/etc/vim/ftdetect/rust.vim` for vim filetype detection.
This commit is contained in:
Brian Anderson 2012-01-21 13:21:39 -08:00
commit 3a2d52f122
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
au BufRead,BufNewFile *.rs set filetype=rust