We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8bc081 + c1de689 commit 57f08daCopy full SHA for 57f08da
utils/vim/syntax/swift.vim
@@ -16,6 +16,7 @@ if exists("b:current_syntax")
16
endif
17
18
syn keyword swiftKeyword
19
+ \ await
20
\ break
21
\ case
22
\ catch
@@ -47,6 +48,7 @@ syn keyword swiftImport skipwhite skipempty nextgroup=swiftImportModule
47
48
\ import
49
50
syn keyword swiftDefinitionModifier
51
+ \ async
52
\ convenience
53
\ dynamic
54
\ fileprivate
@@ -59,6 +61,7 @@ syn keyword swiftDefinitionModifier
59
61
\ prefix
60
62
\ private
63
\ public
64
+ \ reasync
65
\ required
66
\ rethrows
67
\ static
0 commit comments