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.
abstract
final
override
1 parent 7091fe3 commit 4d190b1Copy full SHA for 4d190b1
src/etc/vim/syntax/rust.vim
@@ -54,7 +54,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained
54
syn match rustMacroVariable "$\w\+"
55
56
" Reserved (but not yet used) keywords {{{2
57
-syn keyword rustReservedKeyword alignof be do offsetof priv pure sizeof typeof unsized yield
+syn keyword rustReservedKeyword alignof be do offsetof priv pure sizeof typeof unsized yield abstract final override
58
59
" Built-in types {{{2
60
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
0 commit comments