diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-08-04 12:49:11 -0700 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-08-04 12:49:11 -0700 |
| commit | b49d026ecd3c37d3156f614325f409ed988c2d0b (patch) | |
| tree | bd989a6e68245740549e1cb4403262c840a29806 | |
| parent | 8495ee52b2d7eb7a3623af37cacb5fc1f6707edf (diff) | |
| parent | cdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e (diff) | |
| download | rust-b49d026ecd3c37d3156f614325f409ed988c2d0b.tar.gz rust-b49d026ecd3c37d3156f614325f409ed988c2d0b.zip | |
Merge pull request #8284 from huonw/emacs-in-kw
etc: add the `in` keyword to the emacs mode.
| -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" |
