Skip to content

Commit db3603a

Browse files
committed
Highlight async/await
1 parent 4a5f577 commit db3603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-mode-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Return nil otherwise."
550550

551551
(defconst swift-mode:expression-keywords
552552
'("as" "catch" "dynamicType" "is" "rethrows" "super" "self" "Self" "throws"
553-
"throw" "try")
553+
"throw" "try" "async" "await")
554554
"Keywords used in expressions and types.
555555
556556
Excludes true, false, and keywords begin with a number sign.")

0 commit comments

Comments
 (0)