@@ -48,16 +48,19 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
4848 "value.variable" : supported ,
4949 "value.variable.pattern" : supported ,
5050
51- "type.class" : supported ,
52- "type.argument.formal" : supported ,
5351 "type.argument.formal.constructor" : supported ,
5452 "type.argument.formal.constructor.iteration" : supported ,
5553 "type.argument.formal.iteration" : supported ,
5654 "type.argument.formal.method" : supported ,
5755 "type.argument.formal.method.iteration" : supported ,
58- "type.return" : supported ,
56+ "type.argument.formal" : supported ,
57+ "type.class" : supported ,
5958 "type.field" : supported ,
6059 "type.field.iteration" : supported ,
60+ "type.return" : supported ,
61+ "type.typeArgument" : supported ,
62+ "type.typeArgument.iteration" : supported ,
63+ "type.variable" : supported ,
6164
6265 anonymousFunction : supported ,
6366 namedFunction : supported ,
@@ -191,14 +194,10 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
191194 startTag : notApplicable ,
192195 tags : notApplicable ,
193196 "type.alias" : notApplicable ,
194-
195- // "type.cast": notApplicable,
196- // "type.enum": notApplicable,
197- // "type.foreach": notApplicable,
198- // "type.interface": notApplicable,
199- // "type.resource": notApplicable,
200- // "type.resource.iteration": notApplicable,
201- // "type.typeArgument": notApplicable,
202- // "type.typeArgument.iteration": notApplicable,
203- // "type.variable": notApplicable,
197+ "type.enum" : notApplicable ,
198+ "type.cast" : notApplicable ,
199+ "type.foreach" : notApplicable ,
200+ "type.resource" : notApplicable ,
201+ "type.resource.iteration" : notApplicable ,
202+ "type.interface" : notApplicable ,
204203} ;
0 commit comments