summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-28 12:41:23 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-28 12:41:34 -0700
commit38940fff88422c76155ced2e23af3b4569b5c323 (patch)
tree0fe044ad7a0b5d836dc08e2b5c5380897944e50b /rust-mode.el
parentaa3ee6a7a35c7aef9f9e0ccc10504fe605a62689 (diff)
downloadrust-mode-38940fff88422c76155ced2e23af3b4569b5c323.tar.gz
rust-mode: Add 'ref' keyword
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 9a9b92d..d9ee135 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -70,7 +70,7 @@
"let" "log" "loop"
"move" "new"
"pure" "pub" "priv"
- "return" "static"
+ "ref" "return" "static"
"unchecked" "unsafe"
"while"))
(puthash word t table))