diff options
| author | Sean Gillespie <sean.william.g@gmail.com> | 2014-11-08 17:48:45 -0800 |
|---|---|---|
| committer | Sean Gillespie <sean.william.g@gmail.com> | 2014-11-10 23:46:36 -0800 |
| commit | 86223101ccdaa6a4a65e4fe26c005fb71e355403 (patch) | |
| tree | cf895928fb5d096e7633218d19b48a64bd7c7325 | |
| parent | a59ef8ef493e3aa7e331db7304a0496dca3314fa (diff) | |
| download | rust-mode-86223101ccdaa6a4a65e4fe26c005fb71e355403.tar.gz | |
Add 'move' keyword to emacs, kate, and vim editor modes.
| -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 6a514c8..df14af4 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -176,7 +176,7 @@ "false" "fn" "for" "if" "impl" "in" "let" "loop" - "match" "mod" "mut" + "match" "mod" "move" "mut" "priv" "proc" "pub" "ref" "return" "self" "static" "struct" "super" |
