summary refs log tree commit diff
path: root/src/etc/vim/ftdetect/rust.vim
AgeCommit message (Collapse)AuthorLines
2012-07-02minor updates to vim config filesBen Blum-1/+1
2012-01-21Added a `src/etc/vim/ftdetect` directory and file.tim-0/+1
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.