about summary refs log tree commit diff
path: root/src/etc/vim
AgeCommit message (Expand)AuthorLines
2012-07-17vim: hilight macro!sBen Blum-1/+3
2012-07-17vim rustFuncCall contains rustAssertBen Blum-2/+2
2012-07-14vim: swap 'cont' for 'again'Ben Blum-2/+2
2012-07-11vim: add optional rustFuncCall (default disabled)Ben Blum-0/+4
2012-07-06vim: hilight option, either, libc types+constantsBen Blum-4/+25
2012-07-03vim: add 'new' keywordBen Blum-1/+1
2012-07-02vim syntax: add drop & rustString contains rustTodoBen Blum-2/+2
2012-07-02vim syntax: don't hilight foo::<T>() like a moduleBen Blum-1/+1
2012-07-02minor updates to vim config filesBen Blum-4/+5
2012-07-02Treat "do" as a keyword in vimErick Tryzelaar-1/+1
2012-06-30Properly highlight nested comments in vimBen Striegel-9/+4
2012-06-28update rust.vim to hilight foo::bar and moreBen Blum-4/+19
2012-06-28Update vim mode for asserts and #[attributes]Ben Blum-1/+7
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-7/+7
2012-05-23Update reserved words for syntax highlighters (vim is still behind, though)Paul Stansifer-1/+1
2012-05-05vim: Fix syntax of number literalsTycho Sci-20/+19
2012-05-05vim: Link rustTodo to Todo for highlightingTycho Sci-0/+1
2012-05-03vim: Update syntax for number/float literalsTycho Sci-14/+23
2012-05-03vim: Highlight Todo in commentsTycho Sci-2/+4
2012-05-03vim: Highlight identifiersTycho Sci-3/+11
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-19vim: fix indenting enums and macrosErick Tryzelaar-1/+2
2012-02-05vim: block is no longer a keyword.Erick Tryzelaar-1/+1
2012-01-21Added a `src/etc/vim/ftdetect` directory and file.tim-0/+1
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-5/+8
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
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/+72