From ac92ff61d5e383a5e17c4f838caa59d0e972bc21 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sat, 3 Aug 2013 18:31:23 +1000 Subject: etc: add the `in` keyword to the emacs mode. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') diff --git a/rust-mode.el b/rust-mode.el index 106cdbf..87c505e 100644 --- a/rust-mode.el +++ b/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" -- cgit v1.2.3