Add 'move' keyword to emacs, kate, and vim editor modes.
This commit is contained in:
parent
66c3c8e3e6
commit
27774e8e24
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user