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

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

[nongnu] elpa/rust-mode 256db76 371/486: Merge pull request #281 from ks


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 256db76 371/486: Merge pull request #281 from ksqsf/master
Date: Sat, 7 Aug 2021 09:25:55 -0400 (EDT)

branch: elpa/rust-mode
commit 256db76678833cd3a51555a3c5214a72f246cf27
Merge: 106aeab 8d32dc6
Author: Felix S Klock II <pnkfelix@pnkfx.org>
Commit: GitHub <noreply@github.com>

    Merge pull request #281 from ksqsf/master
    
    Add keywords `async` and `try`
---
 rust-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index 35ae92f..8385a7e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -522,7 +522,7 @@ buffer."
 
 ;; Font-locking definitions and helpers
 (defconst rust-mode-keywords
-  '("as"
+  '("as" "async"
     "box" "break"
     "const" "continue" "crate"
     "do" "dyn"
@@ -534,7 +534,7 @@ buffer."
     "priv" "pub"
     "ref" "return"
     "self" "static" "struct" "super"
-    "true" "trait" "type"
+    "true" "trait" "type" "try"
     "use"
     "virtual"
     "where" "while"



reply via email to

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