about summary refs log tree commit diff
path: root/src/etc/vim/syntax
AgeCommit message (Expand)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-262/+0
2015-01-11Remove range functionTim Brooks-2/+0
2015-01-11Remove old number literal suffixes from Vim syntaxTim Brooks-5/+5
2015-01-07Update editor syntax files for isize/usize.Huon Wilson-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+1
2015-01-05Reserve the keyword 'macro'Keegan McAllister-1/+1
2015-01-05Update reexports in vim syntax fileChase Southwood-41/+19
2015-01-02Fix vim syntax highlighting for `derive`Chase Southwood-4/+4
2014-12-15rollup merge of #19804: kballard/vim-new-unicode-escapesBrian Anderson-1/+2
2014-12-15rollup merge of #19784: csouth3/vim-syntax-iterBrian Anderson-1/+1
2014-12-14Update emacs and vi modes.Niko Matsakis-1/+1
2014-12-12vim: Support the new \u{1234} unicode escapesKevin Ballard-1/+2
2014-12-12Update vim syntax highlighting for ExactSizeIteratorChase Southwood-1/+1
2014-11-20Update the Vim syntax prelude.Chris Morgan-32/+27
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-1/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-10vim: move 'move' to rustStorageJosh Stone-2/+2
2014-11-10auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichtonbors-6/+6
2014-11-09Added `move` keyword and renamed `fail` to `panic`Vladimir Matveev-6/+6
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-10-14Highlight 1..2 according to the current grammar.Chris Morgan-2/+3
2014-10-14Highlight `extern crate "foo" as bar;` properly.Chris Morgan-1/+3
2014-10-14Vim: Stop highlighting foo in `use foo;` speciallyChris Morgan-4/+1
2014-10-07Add `abstract`, `final`, and `override` to rust.vim keyword listJohn Gallagher-1/+1
2014-09-29Replaced some TODO by FIXMEgamazeps-1/+1
2014-08-17auto merge of #16547 : huonw/rust/new-kw, r=pcwaltonbors-1/+1
2014-08-17auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwaltonbors-8/+8
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-1/+1
2014-08-16vim: Update syntax file for Prelude changes.Michael Sproul-8/+8
2014-08-15vim: Don't set foldmethod in the syntax file eitherKevin Ballard-11/+0
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-07-23vim: Add MutableSeqBrian Anderson-1/+1
2014-07-21Fix :syn-include usage of Vim filetype.Chris Morgan-3/+5
2014-07-21Highlight $(…)* and $foo in Vim.Chris Morgan-0/+7
2014-07-16auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chrisbors-3/+12
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-07Define a new setting g:rust_foldKevin Ballard-3/+12
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+1
2014-07-01Vim syntax file types and traits cleanupAlexandre Gagnon-15/+20
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-2/+1
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-2/+2
2014-06-18Vim: highlight invalid characters in char literals.Chris Morgan-2/+7
2014-06-18Vim: highlight escapes for byte literals.Chris Morgan-7/+11
2014-06-16rustc: Start accepting `*const T`Alex Crichton-2/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-20vim: Handle box expressions speciallyKevin Ballard-7/+20
2014-05-20Update rust.vim for the latest prelude/keywordsKevin Ballard-18/+23
2014-05-06etc: Add box as a keyword to editor configsAlex Crichton-1/+1