Added a src/etc/vim/ftdetect directory and file.

Previously, in order to get vim's syntax highlighting,  you needed
to manually `:setf rust` on every file. Now vim will recognize *.rs
files as rust. This is a little nicer.
This commit is contained in:
tim 2012-01-21 14:58:32 -06:00
parent 2a59ab8fa5
commit 1290e4181c

View File

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