about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-08-03 18:31:23 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-08-03 18:31:23 +1000
commitcdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e (patch)
treed4bc3c44861e1247159be610a6ad357e0701c382 /src
parentdeddb009f0003734d3c73fa859826d57ec600270 (diff)
downloadrust-cdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e.tar.gz
rust-cdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e.zip
etc: add the `in` keyword to the emacs mode.
Diffstat (limited to 'src')
-rw-r--r--src/etc/emacs/rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el
index 106cdbfd5f4..87c505e69d0 100644
--- a/src/etc/emacs/rust-mode.el
+++ b/src/etc/emacs/rust-mode.el
@@ -102,7 +102,7 @@
     "do"
     "else" "enum" "extern"
     "false" "fn" "for"
-    "if" "impl"
+    "if" "impl" "in"
     "let" "loop"
     "match" "mod" "mut"
     "priv" "pub"