diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-03 18:31:23 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-03 18:31:23 +1000 |
| commit | ac92ff61d5e383a5e17c4f838caa59d0e972bc21 (patch) | |
| tree | a068b3de767c606e63425e66a595082af848fb0c | |
| parent | 4c1eab53f216394783843e96f0b47eeea65621ec (diff) | |
| download | rust-mode-ac92ff61d5e383a5e17c4f838caa59d0e972bc21.tar.gz | |
etc: add the `in` keyword to the emacs mode.
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
