this is the file:
https://github.com/mozilla/rust/blob/master/src/etc/vim/syntax/rust.vim
this is for rust [a new language from Mozilla] syntax highlight(?) in VIM
They provided 3 .vim files actually.
where should I put them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That looks like a syntax highlight file, so put it in
Create the directories as necessary. See the Vim documentation on
:syn-filesfor more information.