branch: elpa/rust-mode
commit fe02536eb627f2536729dd2c6df55fbf31bf1aaf
Author: Bunogi <[email protected]>
Commit: Bunogi <[email protected]>

    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"

Reply via email to