summary refs log tree commit diff
path: root/src/etc/vim/indent/rust.vim
AgeCommit message (Collapse)AuthorLines
2012-08-23vim - fix indent rules, hilight format strings, some keywordsBen Blum-3/+1
2012-02-19vim: fix indenting enums and macrosErick Tryzelaar-1/+2
Now vim indenting goes from: fn main() { enum t { a: int, b: int } #error("hello world"); } to: fn main() { enum t { a: int, b: int } #error("hello world"); }
2011-05-17Move vim syntax file, add indent file.Erick Tryzelaar-0/+9