diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-07-06 15:46:31 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-07-06 15:46:39 -0700 |
| commit | d0d3911db0d24e5c3515f6e0b5c9256acf82a18f (patch) | |
| tree | c79028d21de3ef7339814135d047c951b662697e /rust-mode.el | |
| parent | e9b1bfe2fea4e4666c12dabc008f807064e641b4 (diff) | |
| download | rust-mode-d0d3911db0d24e5c3515f6e0b5c9256acf82a18f.tar.gz | |
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-mode.el b/rust-mode.el index 86e5f86..a9691a8 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -56,9 +56,9 @@ "trait" "fn" "enum" "iface" "impl")) (puthash word 'def table)) - (dolist (word '("assert" + (dolist (word '("again" "assert" "break" - "check" "claim" "cont" "copy" + "check" "claim" "copy" "do" "drop" "else" "export" "extern" "fail" "for" |
