From 27774e8e24fe66b6463ca1916eeea1626c663e77 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Sat, 8 Nov 2014 17:48:45 -0800 Subject: [PATCH] Add 'move' keyword to emacs, kate, and vim editor modes. --- src/etc/emacs/rust-mode.el | 2 +- src/etc/kate/rust.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index 6a514c81b09..df14af4c887 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/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" diff --git a/src/etc/kate/rust.xml b/src/etc/kate/rust.xml index 89bb6eb169f..c22cd9c2047 100644 --- a/src/etc/kate/rust.xml +++ b/src/etc/kate/rust.xml @@ -34,6 +34,7 @@ loop match mod + move mut priv pub