diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-02-15 05:05:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-15 05:05:29 -0500 |
| commit | b911835c8e431ec1523e71b73ffd82cd6b80157c (patch) | |
| tree | 222b20fe292a9935d8488131790265b76d67fd87 | |
| parent | cfb440810a010b099e7196f8701c9d990a3641d8 (diff) | |
| parent | 2fe1f9d481df82b792478ae65d5989a5b317f4fe (diff) | |
| download | rust-mode-b911835c8e431ec1523e71b73ffd82cd6b80157c.tar.gz | |
Merge pull request #262 from kngwyu/highlight-dyn
add dyn to keywords
| -rw-r--r-- | rust-mode.el | 2 |
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" |
