From 86223101ccdaa6a4a65e4fe26c005fb71e355403 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Sat, 8 Nov 2014 17:48:45 -0800 Subject: Add 'move' keyword to emacs, kate, and vim editor modes. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') 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" -- cgit v1.2.3