summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-02-15 05:05:29 -0500
committerGitHub <noreply@github.com>2018-02-15 05:05:29 -0500
commitb911835c8e431ec1523e71b73ffd82cd6b80157c (patch)
tree222b20fe292a9935d8488131790265b76d67fd87
parentcfb440810a010b099e7196f8701c9d990a3641d8 (diff)
parent2fe1f9d481df82b792478ae65d5989a5b317f4fe (diff)
downloadrust-mode-b911835c8e431ec1523e71b73ffd82cd6b80157c.tar.gz
Merge pull request #262 from kngwyu/highlight-dyn
add dyn to keywords
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 4fc1783..a5987ed 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -525,7 +525,7 @@ buffer."
'("as"
"box" "break"
"const" "continue" "crate"
- "do"
+ "do" "dyn"
"else" "enum" "extern"
"false" "fn" "for"
"if" "impl" "in"