We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405b868 commit 5b47c55Copy full SHA for 5b47c55
src/etc/vim/syntax/rust.vim
@@ -17,8 +17,7 @@ syn keyword rustKeyword for if impl let log
17
syn keyword rustKeyword loop match mod move mut once priv pure
18
syn match rustKeyword "\<pub\>"
19
syn keyword rustKeyword ref return static
20
-syn match rustKeyword "\<unsafe\>" " Allows also matching unsafe::foo()
21
-syn keyword rustKeyword use while
+syn keyword rustKeyword unsafe use while
22
" FIXME: Scoped impl's name is also fallen in this category
23
syn keyword rustKeyword mod trait struct enum type nextgroup=rustIdentifier skipwhite
24
syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite
0 commit comments