diff --git a/src/rust/rust.ts b/src/rust/rust.ts index 74c40107..c9f45f3d 100644 --- a/src/rust/rust.ts +++ b/src/rust/rust.ts @@ -42,11 +42,14 @@ export const language = { defaultToken: 'invalid', keywords: [ 'as', + 'async', + 'await', 'box', 'break', 'const', 'continue', 'crate', + 'dyn', 'else', 'enum', 'extern', @@ -71,6 +74,7 @@ export const language = { 'super', 'trait', 'true', + 'try', 'type', 'unsafe', 'use',