emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode fe02536 395/486: Add `await` to list of keywords


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode fe02536 395/486: Add `await` to list of keywords
Date: Sat, 7 Aug 2021 09:26:00 -0400 (EDT)

branch: elpa/rust-mode
commit fe02536eb627f2536729dd2c6df55fbf31bf1aaf
Author: Bunogi <2bunogi@gmail.com>
Commit: Bunogi <2bunogi@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]