summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-08-02 10:08:17 -0700
committerMichael Sullivan <sully@msully.net>2012-08-02 10:08:17 -0700
commitabadab063b9ac01b2139f55835d22dd447896398 (patch)
tree3d0387f69e89ee3f8b53f0ba45e573834b5c4929 /rust-mode.el
parent3dbae267efc5670b6f3af841927e624769faebd0 (diff)
downloadrust-mode-abadab063b9ac01b2139f55835d22dd447896398.tar.gz
Update rust-mode.el with new keywords.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 64a6a84..e4b2c83 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -58,15 +58,15 @@
(puthash word 'def table))
(dolist (word '("again" "assert"
"break"
- "check" "claim" "copy"
+ "copy"
"do" "drop"
"else" "export" "extern"
"fail" "for"
"if" "import"
"let" "log" "loop"
- "new"
+ "move" "new"
"pure"
- "ret"
+ "return"
"unchecked" "unsafe"
"while"))
(puthash word t table))