This commit is contained in:
Adam Stankiewicz
2021-06-01 18:17:40 +02:00
parent 730dcb02ca
commit af0eaee017
56 changed files with 813 additions and 430 deletions

View File

@@ -106,9 +106,12 @@ syntax keyword swiftAvailabilityArg renamed unavailable introduced deprecated ob
" Keywords {{{
syntax keyword swiftKeywords
\ actor
\ associatedtype
\ associativity
\ async
\ atexit
\ await
\ break
\ case
\ catch
@@ -188,7 +191,6 @@ syntax region swiftEscapedReservedWord start="`" end="`" oneline
syntax keyword swiftAttributes
\ @_exported
\ @_functionBuilder
\ @_implementationOnly
\ @_silgen_name
\ @assignment
@@ -204,6 +206,8 @@ syntax keyword swiftAttributes
\ @IBInspectable
\ @IBOutlet
\ @inlinable
\ @main
\ @MainActor
\ @noescape
\ @nonobjc
\ @noreturn
@@ -212,6 +216,8 @@ syntax keyword swiftAttributes
\ @NSManaged
\ @objc
\ @propertyWrapper
\ @resultBuilder
\ @Sendable
\ @testable
\ @UIApplicationMain
\ @usableFromInline