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.
try
1 parent 404076a commit 6d5f3d8Copy full SHA for 6d5f3d8
syntax/rust.vim
@@ -53,6 +53,7 @@ syn keyword rustKeyword mod trait nextgroup=rustIdentifier skipwhite skipe
53
syn keyword rustStorage move mut ref static const
54
syn match rustDefault /\<default\ze\_s\+\(impl\|fn\|type\|const\)\>/
55
syn keyword rustAwait await
56
+syn match rustKeyword /\<try\>!\@!/ display
57
58
syn keyword rustPubScopeCrate crate contained
59
syn match rustPubScopeDelim /[()]/ contained
0 commit comments