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 9d34c70 commit 829186cCopy full SHA for 829186c
src/etc/vim/syntax/rust.vim
@@ -15,7 +15,7 @@ syn match rustAssert "assert\(\w\)*"
15
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 mod mut new of pure
+syn keyword rustKeyword loop mod mut new of owned pure
19
syn keyword rustKeyword ret self to unchecked
20
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
21
syn keyword rustKeyword use while with
0 commit comments