@@ -68,7 +68,6 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
6868 "name.method" : supported ,
6969 "name.variable" : supported ,
7070 "namedFunction.constructor" : supported ,
71- "namedFunction.iteration.document" : supported ,
7271 "namedFunction.method" : supported ,
7372
7473 ifStatement : supported ,
@@ -98,7 +97,6 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
9897 "value.return" : supported ,
9998 "value.return.lambda" : supported ,
10099 "value.variable" : supported ,
101- "value.yield" : supported ,
102100
103101 // Unsupported
104102
@@ -122,6 +120,7 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
122120 "value.resource" : unsupported ,
123121 "value.resource.iteration" : unsupported ,
124122
123+ "namedFunction.iteration.document" : unsupported ,
125124 "namedFunction.method.iteration.class" : unsupported ,
126125
127126 "functionName.iteration.block" : unsupported ,
@@ -173,6 +172,7 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
173172 "value.mapPair.iteration" : notApplicable ,
174173 "value.variable.pattern" : notApplicable ,
175174 "value.typeAlias" : notApplicable ,
175+ "value.yield" : notApplicable ,
176176
177177 "type.argument.formal" : notApplicable ,
178178 "type.argument.formal.iteration" : notApplicable ,
0 commit comments