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

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

[nongnu] elpa/rust-mode 7625c5c 058/486: Add 'continue' keyword to emacs


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 7625c5c 058/486: Add 'continue' keyword to emacs, vim, gedit, kate
Date: Sat, 7 Aug 2021 09:24:48 -0400 (EDT)

branch: elpa/rust-mode
commit 7625c5c307b8436f54a63eaac2eb96e1a13aae29
Author: Brian Anderson <banderson@mozilla.com>
Commit: Brian Anderson <banderson@mozilla.com>

    Add 'continue' keyword to emacs, vim, gedit, kate
---
 rust-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rust-mode.el b/rust-mode.el
index a61d916..bad1ea5 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -127,6 +127,7 @@
 (defconst rust-mode-keywords
   '("as"
     "break"
+    "continue"
     "do"
     "else" "enum" "extern"
     "false" "fn" "for"



reply via email to

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