rust/src/etc/vim
Chris Morgan c9eed5742e Improve various Vim syntax highlighting things.
- 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).
2013-12-04 12:41:56 +11:00
..
after/syntax Remove colorcolumn setting 2013-05-28 16:06:15 +02:00
compiler rustc compiler config for Vim. 2013-07-12 23:51:03 +10:00
ftdetect minor updates to vim config files 2012-07-02 15:48:59 -04:00
ftplugin Silence fo+=j error for users of Vim < 7.3.541. 2013-09-04 13:33:40 +10:00
indent Fix Vim indent for wrapped function arguments. 2013-10-30 00:27:15 +11:00
syntax Improve various Vim syntax highlighting things. 2013-12-04 12:41:56 +11:00