We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c3c8e commit 27774e8Copy full SHA for 27774e8
src/etc/emacs/rust-mode.el
@@ -176,7 +176,7 @@
176
"false" "fn" "for"
177
"if" "impl" "in"
178
"let" "loop"
179
- "match" "mod" "mut"
+ "match" "mod" "move" "mut"
180
"priv" "proc" "pub"
181
"ref" "return"
182
"self" "static" "struct" "super"
src/etc/kate/rust.xml
@@ -34,6 +34,7 @@
34
<item> loop </item>
35
<item> match </item>
36
<item> mod </item>
37
+ <item> move </item>
38
<item> mut </item>
39
<item> priv </item>
40
<item> pub </item>
0 commit comments