@@ -48,6 +48,8 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
4848 "value.variable" : supported ,
4949 "value.variable.pattern" : supported ,
5050
51+ "type.class" : supported ,
52+
5153 anonymousFunction : supported ,
5254 namedFunction : supported ,
5355 "namedFunction.constructor" : supported ,
@@ -168,6 +170,7 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
168170 "textFragment.comment.block" : notApplicable ,
169171 "textFragment.element" : notApplicable ,
170172 "value.attribute" : notApplicable ,
173+ "value.typeAlias" : notApplicable ,
171174 attribute : notApplicable ,
172175 command : notApplicable ,
173176 element : notApplicable ,
@@ -178,24 +181,25 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
178181 section : notApplicable ,
179182 startTag : notApplicable ,
180183 tags : notApplicable ,
181-
182- // "value.typeAlias": supported,
183- // "type.alias":,
184- // "type.argument.formal":,
185- // "type.argument.formal.constructor":,
186- // "type.argument.formal.constructor.iteration":,
187- // "type.argument.formal.iteration":,
188- // "type.argument.formal.method":,
189- // "type.argument.formal.method.iteration":,
190- // "type.cast":,
191- // "type.class":,
192- // "type.enum":,
193- // "type.field":,
194- // "type.field.iteration":,
195- // "type.foreach":,
196- // "type.interface":,
197- // "type.return":,
198- // "type.typeArgument":,
199- // "type.typeArgument.iteration":,
200- // "type.variable":,
184+ "type.alias" : notApplicable ,
185+
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+
196+ // "type.cast": notApplicable,
197+ // "type.enum": notApplicable,
198+ // "type.foreach": notApplicable,
199+ // "type.interface": notApplicable,
200+ // "type.resource": notApplicable,
201+ // "type.resource.iteration": notApplicable,
202+ // "type.typeArgument": notApplicable,
203+ // "type.typeArgument.iteration": notApplicable,
204+ // "type.variable": notApplicable,
201205} ;
0 commit comments