]> git.lizzy.rs Git - rust.git/commit
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)
commit1191ae87dbf301a26379ca1b9797c352ab082b85
treefc3a3d2064090ec0a063060e902c6814c5172bc5
parent9635c763ba5edc8c8ea2868b895548b52f640e5a
parentc9eed5742e15e8c6ee24376970623a246477b8f0
auto merge of #10793 : chris-morgan/rust/2013-12-04-vim-updates, r=Aatch

- 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).