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 1ffaceb commit 1beb1f4Copy full SHA for 1beb1f4
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 match mod module move mut new of owned pure
+syn keyword rustKeyword loop match mod module move mut new of owned priv pub pure
19
syn keyword rustKeyword ret return self to unchecked
20
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
21
syn keyword rustKeyword use while with
0 commit comments