Skip to content

Commit eae291a

Browse files
authored
Merge pull request #240 from michael-zapata/feat/add-yield-keyword
feat(rust-mode): add yield to the keywords list
2 parents 9eda807 + fca71c6 commit eae291a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-mode.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ buffer."
537537
"true" "trait" "type"
538538
"use"
539539
"virtual"
540-
"where" "while"))
540+
"where" "while"
541+
"yield"))
541542

542543
(defconst rust-special-types
543544
'("u8" "i8"

0 commit comments

Comments
 (0)