Skip to content

Commit 3dab5cd

Browse files
committed
vim: drop new keyword, it is obsolete
1 parent 9db508a commit 3dab5cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/vim/syntax/swift.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ syn keyword swiftTypeDefinition skipwhite nextgroup=swiftTypeName
8383
\ struct
8484
\ typealias
8585

86-
syn keyword swiftNew skipwhite nextgroup=swiftTypeName
87-
\ new
88-
8986
syn match swiftTypeName contained nextgroup=swiftTypeParameters
9087
\ /\<[A-Za-z_][A-Za-z_0-9\.]*\>/
9188

@@ -190,7 +187,6 @@ hi def link swiftBin Number
190187
hi def link swiftOperator Function
191188
hi def link swiftChar Character
192189
hi def link swiftLabel Operator
193-
hi def link swiftNew Operator
194190
hi def link swiftMutating Statement
195191
hi def link swiftPreproc PreCondit
196192
hi def link swiftPreprocFalse Comment

0 commit comments

Comments
 (0)