mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-22 12:14:13 +01:00
More attributes
This commit is contained in:
@@ -242,6 +242,7 @@ syntax keyword swiftAttributes
|
|||||||
\ @NSCopying
|
\ @NSCopying
|
||||||
\ @NSManaged
|
\ @NSManaged
|
||||||
\ @objc
|
\ @objc
|
||||||
|
\ @objcMembers
|
||||||
\ @ObservedObject
|
\ @ObservedObject
|
||||||
\ @preconcurrency
|
\ @preconcurrency
|
||||||
\ @propertyWrapper
|
\ @propertyWrapper
|
||||||
@@ -258,6 +259,7 @@ syntax keyword swiftAttributes
|
|||||||
\ @UIApplicationMain
|
\ @UIApplicationMain
|
||||||
\ @unchecked
|
\ @unchecked
|
||||||
\ @usableFromInline
|
\ @usableFromInline
|
||||||
|
\ @ViewBuilder
|
||||||
|
|
||||||
syntax keyword swiftConditionStatement
|
syntax keyword swiftConditionStatement
|
||||||
\ #available
|
\ #available
|
||||||
|
|||||||
Reference in New Issue
Block a user