]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10793 : chris-morgan/rust/2013-12-04-vim-updates, r=Aatch
authorbors <bors@rust-lang.org>
Wed, 4 Dec 2013 12:11:26 +0000 (04:11 -0800)
committerbors <bors@rust-lang.org>
Wed, 4 Dec 2013 12:11:26 +0000 (04:11 -0800)
- Implement comment nesting (the implementation is quite ugly at present
  and is not quite correct; note the big comment in that area).

- Highlight invalid escape sequences as errors.

- Fix up various inconsistencies and incorrectnesses in number
  highlighting.

- Update prelude items (``std::io::{Buffer, Writer, Reader, Seek}``).

- Highlight the ``proc`` keyword.

- Remove %-formatting sequence highlighting (a relic of old formatting).

- Don't highlight TODO in strings (it's unconventional).


Trivial merge