diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-31 10:40:27 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-31 11:52:16 -0700 |
| commit | a413d4e502f36f25c57862d285a7f1211451f461 (patch) | |
| tree | b9d0a654ab402a33486ac410ae4232354b2b029e /src/etc/vim/syntax/rust.vim | |
| parent | 439afaa329751b3dfd6735862cd2645705598909 (diff) | |
| download | rust-a413d4e502f36f25c57862d285a7f1211451f461.tar.gz rust-a413d4e502f36f25c57862d285a7f1211451f461.zip | |
Remove "iface" from vim and emacs modes.
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index cc36ab9eac2..49e022b93f6 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -20,7 +20,7 @@ syn keyword rustKeyword ret self to unchecked syn match rustKeyword "unsafe" " Allows also matching unsafe::foo() syn keyword rustKeyword use while with " FIXME: Scoped impl's name is also fallen in this category -syn keyword rustKeyword mod iface trait class struct enum type nextgroup=rustIdentifier skipwhite +syn keyword rustKeyword mod trait class struct enum type nextgroup=rustIdentifier skipwhite syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite syn match rustIdentifier "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained |
