rust/src/etc/vim
Chris Morgan 0a0c6da564 Fix :syn-include usage of Vim filetype.
Here’s what the Vim manual says in *:syn-include*:

    :sy[ntax] include [@{grouplist-name}] {file-name}

	All syntax items declared in the included file will have the
	"contained" flag added.  In addition, if a group list is
	specified, all top-level syntax items in the included file will
	be added to that list.

We had two rules for `rustModPath`, one `contained` and the other not.
The effect was that the second (now renamed to `rustModPathInUse`) was
being included in the group list, and thus that all identifiers were
being highlighted as `Include`, which is definitely not what we wanted.
2014-07-21 13:14:34 +10:00
..
after/syntax Remove colorcolumn setting 2013-05-28 16:06:15 +02:00
autoload Add commands :RustEmitIr and :RustEmitAsm 2014-06-18 17:01:22 -07:00
compiler rustc compiler config for Vim. 2013-07-12 23:51:03 +10:00
doc Remove rust_colorcolumn, set textwidth to 99 2014-07-07 22:22:25 -07:00
ftdetect remove old rc extension from detection files 2014-01-22 20:39:32 -05:00
ftplugin Remove rust_colorcolumn, set textwidth to 99 2014-07-07 22:22:25 -07:00
indent vim: Fix an indentation issue with cindent 2014-05-08 19:04:23 -07:00
plugin Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00
syntax Fix :syn-include usage of Vim filetype. 2014-07-21 13:14:34 +10:00
syntax_checkers/rust Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00