Update rust-mode.el with new keywords.
This commit is contained in:
parent
8d7dfa44b0
commit
97601cafc5
@ -58,15 +58,15 @@
|
||||
(puthash word 'def table))
|
||||
(dolist (word '("again" "assert"
|
||||
"break"
|
||||
"check" "claim" "copy"
|
||||
"copy"
|
||||
"do" "drop"
|
||||
"else" "export" "extern"
|
||||
"fail" "for"
|
||||
"if" "import"
|
||||
"let" "log" "loop"
|
||||
"new"
|
||||
"move" "new"
|
||||
"pure"
|
||||
"ret"
|
||||
"return"
|
||||
"unchecked" "unsafe"
|
||||
"while"))
|
||||
(puthash word t table))
|
||||
|
Loading…
Reference in New Issue
Block a user