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 06368a7 commit efb3227Copy full SHA for efb3227
src/etc/vim/syntax/rust.vim
@@ -14,7 +14,7 @@ syn match rustAssert "assert\(\w\)*"
14
syn keyword rustKeyword alt as break
15
syn keyword rustKeyword check claim cont const copy else export extern fail
16
syn keyword rustKeyword do drop for if impl import in let log
17
-syn keyword rustKeyword loop mod mut of pure
+syn keyword rustKeyword loop mod mut new of pure
18
syn keyword rustKeyword ret self to unchecked
19
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
20
syn keyword rustKeyword use while with
0 commit comments