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.
1 parent 799ad98 commit 6e155f9Copy full SHA for 6e155f9
utils/vim/syntax/swift.vim
@@ -31,6 +31,8 @@ syn keyword swiftKeyword
31
\ var
32
\ where
33
\ while
34
+syn match swiftMultiwordKeyword
35
+ \ "indirect case"
36
37
syn keyword swiftImport skipwhite nextgroup=swiftImportModule
38
\ import
@@ -166,6 +168,7 @@ hi def link swiftImport Include
166
168
hi def link swiftImportModule Title
167
169
hi def link swiftImportComponent Identifier
170
hi def link swiftKeyword Statement
171
+hi def link swiftMultiwordKeyword Statement
172
hi def link swiftTypeDefinition Define
173
hi def link swiftType Type
174
hi def link swiftTypePair Type
0 commit comments