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 \ @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