Skip to content

Commit 0a94268

Browse files
authored
Merge pull request #307 from Bunogi/master
Add `await` to list of keywords
2 parents a871d10 + fe02536 commit 0a94268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ buffer."
533533

534534
;; Font-locking definitions and helpers
535535
(defconst rust-mode-keywords
536-
'("as" "async"
536+
'("as" "async" "await"
537537
"box" "break"
538538
"const" "continue" "crate"
539539
"do" "dyn"

0 commit comments

Comments
 (0)