More attributes

This commit is contained in:
Keith Smiley
2023-08-01 21:15:38 -07:00
parent ad75808961
commit bb62135c43

View File

@@ -242,6 +242,7 @@ syntax keyword swiftAttributes
\ @NSCopying
\ @NSManaged
\ @objc
\ @objcMembers
\ @ObservedObject
\ @preconcurrency
\ @propertyWrapper
@@ -258,6 +259,7 @@ syntax keyword swiftAttributes
\ @UIApplicationMain
\ @unchecked
\ @usableFromInline
\ @ViewBuilder
syntax keyword swiftConditionStatement
\ #available