summary refs log tree commit diff
path: root/src/etc/vim/syntax/rust.vim
AgeCommit message (Collapse)AuthorLines
2012-03-25Fixed vim highlighting for \' (and other) escapes in char literalsJacob Parker-2/+3
2012-03-16Add loop to the vim keyword list.Erick Tryzelaar-1/+1
2012-02-28vim: add "to" as a keyword.Erick Tryzelaar-2/+2
2012-02-05vim: block is no longer a keyword.Erick Tryzelaar-1/+1
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-5/+8
Add new keywords "enum" and "of", and remove old keywords "auth", "chan", "log_err", "tag", and "task". Also add reserved words to the syntax file, to help Vim users avoid using them as identifiers.
2012-01-14Update vim syntax with new keywordsGrahame Bowland-3/+3
2011-12-19vim comment highlighting can contain comments.Erick Tryzelaar-2/+4
2011-10-29Update keyword list in vim/syntax/rust.vimMatt Brubeck-6/+6
Removed: iter, each, put, macro, meta, syntax, port, spawn Added: block, copy
2011-09-29vim: Add `pure` to the list of keywordsPatrick Walton-2/+2
2011-09-28vim: `const` is a keywordPatrick Walton-2/+2
2011-08-05etc: Add "lambda" and "inline" to the vim modePatrick Walton-4/+4
2011-08-05etc: Update the Vim syntax mode with new keywordsPatrick Walton-6/+6
2011-05-17Move vim syntax file, add indent file.Erick Tryzelaar-0/+63