diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index 6a514c81b0928..df14af4c88768 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 89bb6eb169fc7..c22cd9c20479c 100644 --- a/src/etc/kate/rust.xml +++ b/src/etc/kate/rust.xml @@ -34,6 +34,7 @@ loop match mod + move mut priv pub