summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorMicah Chalmer <micah@micahchalmer.net>2013-12-14 18:00:21 -0500
committerMicah Chalmer <micah@micahchalmer.net>2013-12-14 18:00:21 -0500
commitd82b5a7f15695ec1228e45b55e0796b9e4e1afe7 (patch)
treeae3f2df3c6348743c87b539a82deb8a51f0f7457 /rust-mode.el
parent5e34201c167f5d976b75c66434c0e1e57bd25804 (diff)
downloadrust-mode-d82b5a7f15695ec1228e45b55e0796b9e4e1afe7.tar.gz
Add "proc" as keyword to emacs mode
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 66cc3c3..f30cfaf 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -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"