diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-09-26 15:04:43 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-09-26 15:04:43 -0700 |
| commit | 7625c5c307b8436f54a63eaac2eb96e1a13aae29 (patch) | |
| tree | 20fb2cc0a31be7fa3b56d13a355832fc5bcc4378 | |
| parent | fa510875ebb989ccc4a7f76a0f441df45c4a7e65 (diff) | |
| download | rust-mode-7625c5c307b8436f54a63eaac2eb96e1a13aae29.tar.gz | |
Add 'continue' keyword to emacs, vim, gedit, kate
| -rw-r--r-- | rust-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode.el b/rust-mode.el index a61d916..bad1ea5 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -127,6 +127,7 @@ (defconst rust-mode-keywords '("as" "break" + "continue" "do" "else" "enum" "extern" "false" "fn" "for" |
