diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
commit | 664aa988f6d9cdb7b75218666fbe348c85ef8b29 (patch) | |
tree | 306173199576430e6133a1ed137bd80bbc2fb01b /syntax/swift.vim | |
parent | 3ddca5da461ebfaa82104f82e3cbf19d1c326ade (diff) | |
download | vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.tar.gz vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.zip |
Update
Diffstat (limited to 'syntax/swift.vim')
-rw-r--r-- | syntax/swift.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/syntax/swift.vim b/syntax/swift.vim index 89c7ad3b..f026d076 100644 --- a/syntax/swift.vim +++ b/syntax/swift.vim @@ -158,6 +158,7 @@ syntax keyword swiftKeywords \ return \ self \ set + \ some \ static \ subscript \ super @@ -186,6 +187,9 @@ syntax match swiftMultiwordKeywords "indirect enum" syntax region swiftEscapedReservedWord start="`" end="`" oneline syntax keyword swiftAttributes + \ @_exported + \ @_functionBuilder + \ @_silgen_name \ @assignment \ @autoclosure \ @available @@ -193,6 +197,7 @@ syntax keyword swiftAttributes \ @discardableResult \ @escaping \ @exported + \ @frozen \ @IBAction \ @IBDesignable \ @IBInspectable @@ -205,6 +210,7 @@ syntax keyword swiftAttributes \ @NSCopying \ @NSManaged \ @objc + \ @propertyWrapper \ @testable \ @UIApplicationMain \ @usableFromInline |