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

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

[nongnu] elpa/swift-mode 00ec81fe40 6/7: Add noasync keyword


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 00ec81fe40 6/7: Add noasync keyword
Date: Sat, 18 Jun 2022 04:59:00 -0400 (EDT)

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

    Add noasync keyword
    
    
https://github.com/apple/swift-evolution/blob/main/proposals/0340-swift-noasync.md
---
 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 1f7e051918..c737f76c2e 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -570,7 +570,7 @@ Excludes true, false, and keywords begin with a number 
sign.")
   '("os" "arch" "swift" "compiler" "canImport" "targetEnvironment"
     "OSX" "macOS" "iOS" "watchOS" "tvOS" "i386" "x86_64" "arm" "arm64"
     "iOSApplicationExtension" "OSXApplicationExtension"
-    "macOSApplicationExtension" "simulator" "unavailable")
+    "macOSApplicationExtension" "simulator" "unavailable" "noasync")
   "Keywords for build configuration statements.")
 
 (defconst swift-mode:standard-precedence-groups



reply via email to

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