From 7625c5c307b8436f54a63eaac2eb96e1a13aae29 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 26 Sep 2013 15:04:43 -0700 Subject: 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" -- cgit v1.2.3