rust/src/etc/vim
Chris Morgan 15f05dc581 Modernise some Vim syntax highlighting.
- Remove highlighting of ``L"..."`` (obsolete syntax)
- Remove backslash at end of line being a line continuation always
  (obsolete syntax; this only affects comments, actually)
- Add highlighting for backslash at end of line and leading whitespace
  on the following line inside a string (a genuine line continuation)
2013-09-04 02:34:22 +10: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 Fix problem with switching between Rust buffers. 2013-07-12 16:18:48 +10:00
indent Fix Vim indentation for inline closures. 2013-07-11 14:38:32 -04:00
syntax Modernise some Vim syntax highlighting. 2013-09-04 02:34:22 +10:00