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 | cdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e (patch) | |
| tree | d4bc3c44861e1247159be610a6ad357e0701c382 /src | |
| parent | deddb009f0003734d3c73fa859826d57ec600270 (diff) | |
| download | rust-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.el | 2 |
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" |
