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 9db508a commit 3dab5cdCopy full SHA for 3dab5cd
utils/vim/syntax/swift.vim
@@ -83,9 +83,6 @@ syn keyword swiftTypeDefinition skipwhite nextgroup=swiftTypeName
83
\ struct
84
\ typealias
85
86
-syn keyword swiftNew skipwhite nextgroup=swiftTypeName
87
- \ new
88
-
89
syn match swiftTypeName contained nextgroup=swiftTypeParameters
90
\ /\<[A-Za-z_][A-Za-z_0-9\.]*\>/
91
@@ -190,7 +187,6 @@ hi def link swiftBin Number
190
187
hi def link swiftOperator Function
191
188
hi def link swiftChar Character
192
189
hi def link swiftLabel Operator
193
-hi def link swiftNew Operator
194
hi def link swiftMutating Statement
195
hi def link swiftPreproc PreCondit
196
hi def link swiftPreprocFalse Comment
0 commit comments