Merge pull request #8284 from huonw/emacs-in-kw

etc: add the `in` keyword to the emacs mode.
This commit is contained in:
Daniel Micay 2013-08-04 12:49:11 -07:00
commit b49d026ecd

View file

@ -102,7 +102,7 @@
"do"
"else" "enum" "extern"
"false" "fn" "for"
"if" "impl"
"if" "impl" "in"
"let" "loop"
"match" "mod" "mut"
"priv" "pub"