Skip to content

Commit

Permalink
feat(rust-mode): add yield to the keywords list
Browse files Browse the repository at this point in the history
Enables syntax highlighting
  • Loading branch information
Michael Zapata committed Sep 21, 2017
1 parent 9eda807 commit fca71c6
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 fca71c6

Please sign in to comment.