diff options
| author | Jeaye <jeaye@arrownext.com> | 2013-06-24 23:35:16 -0700 |
|---|---|---|
| committer | Jeaye <jeaye@arrownext.com> | 2013-06-24 23:35:16 -0700 |
| commit | 41f11d642861ff5b7a85f1fcdab2d5e14692fb6d (patch) | |
| tree | 28f9e949e2f298ce81614e3d61af262631366a81 /src/etc/vim/syntax/rust.vim | |
| parent | 237ca7dc58fcc2b856c53bc1e4ab0ed060314a72 (diff) | |
| download | rust-41f11d642861ff5b7a85f1fcdab2d5e14692fb6d.tar.gz rust-41f11d642861ff5b7a85f1fcdab2d5e14692fb6d.zip | |
rust.vim: Links previously unused rustFuncCall
This allows for highlighting of function calls for free floating, member, and static functions.
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 625424ac870..b2cdcc5e0ec 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -143,6 +143,7 @@ hi def link rustConditional Conditional hi def link rustIdentifier Identifier hi def link rustModPath Include hi def link rustFuncName Function +hi def link rustFuncCall Function hi def link rustCommentDoc SpecialComment hi def link rustComment Comment hi def link rustMacro Macro |
