summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-09-26 15:04:43 -0700
committerBrian Anderson <banderson@mozilla.com>2013-09-26 15:04:43 -0700
commit7625c5c307b8436f54a63eaac2eb96e1a13aae29 (patch)
tree20fb2cc0a31be7fa3b56d13a355832fc5bcc4378
parentfa510875ebb989ccc4a7f76a0f441df45c4a7e65 (diff)
downloadrust-mode-7625c5c307b8436f54a63eaac2eb96e1a13aae29.tar.gz
Add 'continue' keyword to emacs, vim, gedit, kate
-rw-r--r--rust-mode.el1
1 files changed, 1 insertions, 0 deletions
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"