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 64de480 commit be4f975Copy full SHA for be4f975
src/etc/vim/syntax/rust.vim
@@ -16,7 +16,7 @@ syn keyword rustKeyword alt again as break
16
syn keyword rustKeyword check claim const copy do drop else export extern fail
17
syn keyword rustKeyword for if impl import in let log
18
syn keyword rustKeyword loop match mod module move mut new of owned priv pub pure
19
-syn keyword rustKeyword ret return to unchecked
+syn keyword rustKeyword ref ret return static to unchecked
20
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
21
syn keyword rustKeyword use while with
22
" FIXME: Scoped impl's name is also fallen in this category
0 commit comments