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.
2 parents 106aeab + 8d32dc6 commit 256db76Copy full SHA for 256db76
rust-mode.el
@@ -522,7 +522,7 @@ buffer."
522
523
;; Font-locking definitions and helpers
524
(defconst rust-mode-keywords
525
- '("as"
+ '("as" "async"
526
"box" "break"
527
"const" "continue" "crate"
528
"do" "dyn"
@@ -534,7 +534,7 @@ buffer."
534
"priv" "pub"
535
"ref" "return"
536
"self" "static" "struct" "super"
537
- "true" "trait" "type"
+ "true" "trait" "type" "try"
538
"use"
539
"virtual"
540
"where" "while"
0 commit comments