branch: elpa/rust-mode
commit 7625c5c307b8436f54a63eaac2eb96e1a13aae29
Author: Brian Anderson <[email protected]>
Commit: Brian Anderson <[email protected]>

    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