branch: elpa/swift-mode commit e5b569e0885d57746025847ee86cef36273ab0bc Author: uk-ar <yuuki....@gmail.com> Commit: uk-ar <yuuki....@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