From 7a0f2d974f9ac5bc85607e8c769d3370dd18ac74 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 7 Dec 2019 12:21:37 +0100 Subject: Update --- syntax/rust.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'syntax/rust.vim') diff --git a/syntax/rust.vim b/syntax/rust.vim index b61caa5f..ca31c5cd 100644 --- a/syntax/rust.vim +++ b/syntax/rust.vim @@ -55,6 +55,7 @@ syn keyword rustKeyword mod trait nextgroup=rustIdentifier skipwhite skipe syn keyword rustStorage move mut ref static const syn match rustDefault /\/ syn keyword rustAwait await +syn match rustKeyword /\!\@!/ display syn keyword rustPubScopeCrate crate contained syn match rustPubScopeDelim /[()]/ contained -- cgit v1.2.3