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

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

[nongnu] elpa/swift-mode e5b569e 284/496: Add keyword for attribute


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode e5b569e 284/496: Add keyword for attribute
Date: Sun, 29 Aug 2021 11:33:52 -0400 (EDT)

branch: elpa/swift-mode
commit e5b569e0885d57746025847ee86cef36273ab0bc
Author: uk-ar <yuuki.ari@gmail.com>
Commit: uk-ar <yuuki.ari@gmail.com>

    Add keyword for attribute
---
 swift-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 9b74ae8..f70218e 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -482,7 +482,8 @@ We try to constraint those lookups by reasonable number of 
lines.")
 
 (defvar swift-mode--attribute-keywords
   '("class_protocol" "exported" "noreturn"
-    "NSCopying" "NSManaged" "objc" "auto_closure"
+    "NSCopying" "NSManaged" "objc" "autoclosure"
+    "available" "noescape" "nonobjc" "NSApplicationMain" "testable" 
"UIApplicationMain" "warn_unused_result" "convention"
     "IBAction" "IBDesignable" "IBInspectable" "IBOutlet"))
 
 (defvar swift-mode--keywords



reply via email to

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