@@ -49,6 +49,15 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
4949 "value.variable.pattern" : supported ,
5050
5151 "type.class" : supported ,
52+ "type.argument.formal" : supported ,
53+ "type.argument.formal.constructor" : supported ,
54+ "type.argument.formal.constructor.iteration" : supported ,
55+ "type.argument.formal.iteration" : supported ,
56+ "type.argument.formal.method" : supported ,
57+ "type.argument.formal.method.iteration" : supported ,
58+ "type.return" : supported ,
59+ "type.field" : supported ,
60+ "type.field.iteration" : supported ,
5261
5362 anonymousFunction : supported ,
5463 namedFunction : supported ,
@@ -183,16 +192,6 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
183192 tags : notApplicable ,
184193 "type.alias" : notApplicable ,
185194
186- // "type.argument.formal": notApplicable,
187- // "type.argument.formal.constructor": notApplicable,
188- // "type.argument.formal.constructor.iteration": notApplicable,
189- // "type.argument.formal.iteration": notApplicable,
190- // "type.argument.formal.method": notApplicable,
191- // "type.argument.formal.method.iteration": notApplicable,
192- // "type.return": notApplicable,
193- // "type.field": notApplicable,
194- // "type.field.iteration": notApplicable,
195-
196195 // "type.cast": notApplicable,
197196 // "type.enum": notApplicable,
198197 // "type.foreach": notApplicable,
0 commit comments