Add 'move' keyword to emacs, kate, and vim editor modes.

This commit is contained in:
Sean Gillespie 2014-11-08 17:48:45 -08:00
parent 66c3c8e3e6
commit 27774e8e24
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -34,6 +34,7 @@
<item> loop </item>
<item> match </item>
<item> mod </item>
<item> move </item>
<item> mut </item>
<item> priv </item>
<item> pub </item>