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

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

[nongnu] elpa/swift-mode 01191281f9 5/7: Add unavailable keyword for @av


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 01191281f9 5/7: Add unavailable keyword for @available annotation
Date: Sat, 18 Jun 2022 04:59:00 -0400 (EDT)

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

    Add unavailable keyword for @available annotation
    
    https://docs.swift.org/swift-book/ReferenceManual/Attributes.html
---
 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 bbe0d7672f..1f7e051918 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")
+    "macOSApplicationExtension" "simulator" "unavailable")
   "Keywords for build configuration statements.")
 
 (defconst swift-mode:standard-precedence-groups



reply via email to

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