From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- syntax/rust.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'syntax/rust.vim') diff --git a/syntax/rust.vim b/syntax/rust.vim index a4fff5c2..0dae57c6 100644 --- a/syntax/rust.vim +++ b/syntax/rust.vim @@ -30,7 +30,7 @@ syn match rustExistentialContextual /\/ +syn match rustDefault /\/ +syn keyword rustAwait await syn keyword rustPubScopeCrate crate contained syn match rustPubScopeDelim /[()]/ contained @@ -348,6 +349,8 @@ hi def link rustExternCrate rustKeyword hi def link rustObsoleteExternMod Error hi def link rustBoxPlacementParens Delimiter hi def link rustQuestionMark Special +hi def link rustAsync rustKeyword +hi def link rustAwait rustKeyword " Other Suggestions: " hi rustAttribute ctermfg=cyan -- cgit v1.2.3