about summary refs log tree commit diff
path: root/src/etc/vim/ftdetect
AgeCommit message (Collapse)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-1/+0
As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config
2014-01-22remove old rc extension from detection filesDaniel Micay-1/+1
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.