Skip to content

Commit b49d026

Browse files
committed
Merge pull request #8284 from huonw/emacs-in-kw
etc: add the `in` keyword to the emacs mode.
2 parents 8495ee5 + cdad7f6 commit b49d026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"do"
103103
"else" "enum" "extern"
104104
"false" "fn" "for"
105-
"if" "impl"
105+
"if" "impl" "in"
106106
"let" "loop"
107107
"match" "mod" "mut"
108108
"priv" "pub"

0 commit comments

Comments
 (0)