emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode db3603a 489/496: Highlight async/await


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode db3603a 489/496: Highlight async/await
Date: Sun, 29 Aug 2021 11:34:34 -0400 (EDT)

branch: elpa/swift-mode
commit db3603a246b81eaf7f5dd4c5b5b4f8b365e73b19
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Highlight async/await
---
 swift-mode-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index a77d152..dc85f1b 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -550,7 +550,7 @@ Return nil otherwise."
 
 (defconst swift-mode:expression-keywords
   '("as" "catch" "dynamicType" "is" "rethrows" "super" "self" "Self" "throws"
-    "throw" "try")
+    "throw" "try" "async" "await")
   "Keywords used in expressions and types.
 
 Excludes true, false, and keywords begin with a number sign.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]