File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ syn region swiftType contained contains=swiftType,swiftParamDelim
120
120
syn match swiftParamDelim contained
121
121
\ /,/
122
122
" <Generic Clause> (generics)
123
- syn region swiftTypeParameters contained contains =swiftArchetype ,swiftConstraint
123
+ syn region swiftTypeParameters contained contains =swiftVarName ,swiftConstraint
124
124
\ start = " <" end = " >"
125
- syn match swiftArchetype contained skipwhite nextgroup =swiftTypeDeclaration
126
- \ /\<[A-Za-z_][A-Za-z_0-9]*\>/
127
125
syn keyword swiftConstraint contained
128
126
\ where
129
127
@@ -169,7 +167,6 @@ hi def link swiftTypeDefinition Define
169
167
hi def link swiftType Type
170
168
hi def link swiftTypePair Type
171
169
hi def link swiftTypeName Function
172
- hi def link swiftArchetype Identifier
173
170
hi def link swiftConstraint Special
174
171
hi def link swiftFuncDefinition Define
175
172
hi def link swiftDefinitionModifier Define
You can’t perform that action at this time.
0 commit comments