mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-12 20:35:53 +01:00
More attributes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user