diff options
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index 4ded41a..c7afd34 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -533,7 +533,7 @@ buffer." ;; Font-locking definitions and helpers (defconst rust-mode-keywords - '("as" "async" + '("as" "async" "await" "box" "break" "const" "continue" "crate" "do" "dyn" |
