Skip to content

Commit 5b47c55

Browse files
committed
vim: unsafe:: namespaces were renamed to raw::
1 parent 405b868 commit 5b47c55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ syn keyword rustKeyword for if impl let log
1717
syn keyword rustKeyword loop match mod move mut once priv pure
1818
syn match rustKeyword "\<pub\>"
1919
syn keyword rustKeyword ref return static
20-
syn match rustKeyword "\<unsafe\>" " Allows also matching unsafe::foo()
21-
syn keyword rustKeyword use while
20+
syn keyword rustKeyword unsafe use while
2221
" FIXME: Scoped impl's name is also fallen in this category
2322
syn keyword rustKeyword mod trait struct enum type nextgroup=rustIdentifier skipwhite
2423
syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite

0 commit comments

Comments
 (0)