Add "proc" as keyword to emacs mode
This commit is contained in:
parent
3d3a663d25
commit
d7c949368c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
|||
"if" "impl" "in"
|
||||
"let" "loop"
|
||||
"match" "mod" "mut"
|
||||
"priv" "pub"
|
||||
"priv" "proc" "pub"
|
||||
"ref" "return"
|
||||
"self" "static" "struct" "super"
|
||||
"true" "trait" "type"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue