summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-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"