From fe02536eb627f2536729dd2c6df55fbf31bf1aaf Mon Sep 17 00:00:00 2001 From: Bunogi <2bunogi@gmail.com> Date: Tue, 14 May 2019 01:01:45 +0200 Subject: Add `await` to list of keywords --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3