Skip to content

Commit

Permalink
Merge pull request #240 from michael-zapata/feat/add-yield-keyword
Browse files Browse the repository at this point in the history
feat(rust-mode): add yield to the keywords list
  • Loading branch information
tromey authored Sep 21, 2017
2 parents 9eda807 + fca71c6 commit eae291a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ buffer."
"true" "trait" "type"
"use"
"virtual"
"where" "while"))
"where" "while"
"yield"))

(defconst rust-special-types
'("u8" "i8"
Expand Down

0 comments on commit eae291a

Please sign in to comment.