1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/filetype.vim

4 lines
64 B
VimL
Raw Normal View History

2017-06-27 14:30:39 +08:00
au BufRead,BufNewFile *.rs set filetype=rust
2017-03-06 23:26:26 +08:00
" vim:set et sw=2