This commit is contained in:
Adam Stankiewicz
2022-02-17 04:31:35 +01:00
parent 2c5af8f89d
commit b77c5f1107
42 changed files with 1855 additions and 1187 deletions

View File

@@ -215,6 +215,7 @@ syntax keyword swiftAttributes
\ @NSCopying
\ @NSManaged
\ @objc
\ @preconcurrency
\ @propertyWrapper
\ @resultBuilder
\ @Sendable
@@ -223,7 +224,9 @@ syntax keyword swiftAttributes
\ @usableFromInline
\ @warn_unused_result
syntax keyword swiftConditionStatement #available
syntax keyword swiftConditionStatement
\ #available
\ #unavailable
syntax keyword swiftStructure
\ struct