diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-02-01 13:28:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-02-01 14:21:32 -0500 |
| commit | 5b47c551b9a38d4598168b88ec1e35e36aa10b56 (patch) | |
| tree | bc592d1dc7d80b202d6ddf134288979bdc0663ef | |
| parent | 405b868ae708949fba91c74746f3a5dd8cbe84a9 (diff) | |
| download | rust-5b47c551b9a38d4598168b88ec1e35e36aa10b56.tar.gz rust-5b47c551b9a38d4598168b88ec1e35e36aa10b56.zip | |
vim: unsafe:: namespaces were renamed to raw::
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 86530c0faa6..ee65c77f9f3 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -17,8 +17,7 @@ syn keyword rustKeyword for if impl let log syn keyword rustKeyword loop match mod move mut once priv pure syn match rustKeyword "\<pub\>" syn keyword rustKeyword ref return static -syn match rustKeyword "\<unsafe\>" " Allows also matching unsafe::foo() -syn keyword rustKeyword use while +syn keyword rustKeyword unsafe use while " FIXME: Scoped impl's name is also fallen in this category syn keyword rustKeyword mod trait struct enum type nextgroup=rustIdentifier skipwhite syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite |
