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.
*const T
1 parent f73596a commit 490bab3Copy full SHA for 490bab3
syntax/rust.vim
@@ -30,8 +30,7 @@ syn keyword rustKeyword unsafe virtual while
30
syn keyword rustKeyword use nextgroup=rustModPath skipwhite skipempty
31
" FIXME: Scoped impl's name is also fallen in this category
32
syn keyword rustKeyword mod trait struct enum type nextgroup=rustIdentifier skipwhite skipempty
33
-syn keyword rustStorage mut ref static
34
-syn keyword rustObsoleteStorage const
+syn keyword rustStorage mut ref static const
35
36
syn keyword rustInvalidBareKeyword crate
37
0 commit comments