Skip to content

Commit 5e330f0

Browse files
committed
Add new inlinable attributes
1 parent 40d53b2 commit 5e330f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/swift.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ syntax keyword swiftAttributes
193193
\ @IBDesignable
194194
\ @IBInspectable
195195
\ @IBOutlet
196+
\ @inlinable
196197
\ @noescape
197198
\ @nonobjc
198199
\ @noreturn
@@ -202,6 +203,7 @@ syntax keyword swiftAttributes
202203
\ @objc
203204
\ @testable
204205
\ @UIApplicationMain
206+
\ @usableFromInline
205207
\ @warn_unused_result
206208

207209
syntax keyword swiftConditionStatement #available

0 commit comments

Comments
 (0)