branch: elpa/swift-mode
commit 27ec1636d63d5324823d1b1ba55419ee40f8292d
Merge: 8889a6a e5b569e
Author: Arthur Evstifeev <m...@ap4y.me>
Commit: Arthur Evstifeev <m...@ap4y.me>

    Merge pull request #113 from uk-ar/add-keyword-for-attribute
    
    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 2de187e..3440019 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