@@ -65,7 +65,6 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
6565 "name.constructor" : supported ,
6666 "name.field" : supported ,
6767 "name.foreach" : supported ,
68- "name.iteration.block" : supported ,
6968 "name.method" : supported ,
7069 "name.variable" : supported ,
7170 "namedFunction.constructor" : supported ,
@@ -85,9 +84,7 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
8584 "type.typeArgument" : supported ,
8685 "type.typeArgument.iteration" : supported ,
8786
88- "type.alias" : supported ,
8987 "type.argument.formal.constructor" : supported ,
90- "type.argument.formal.iteration" : supported ,
9188 "type.argument.formal.method" : supported ,
9289 "type.foreach" : supported ,
9390 "type.field" : supported ,
@@ -100,7 +97,6 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
10097 "value.field" : supported ,
10198 "value.return" : supported ,
10299 "value.return.lambda" : supported ,
103- "value.typeAlias" : supported ,
104100 "value.variable" : supported ,
105101 "value.yield" : supported ,
106102
@@ -112,6 +108,7 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
112108 "className.iteration.document" : unsupported ,
113109
114110 "name.iteration.document" : unsupported ,
111+ "name.iteration.block" : unsupported ,
115112 "name.resource" : unsupported ,
116113 "name.resource.iteration" : unsupported ,
117114
@@ -168,15 +165,18 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
168165 "value.argument.actual.iteration" : notApplicable ,
169166 "value.argument.formal" : notApplicable ,
170167 "value.argument.formal.iteration" : notApplicable ,
171- "value.argument.formal.constructor" : supported ,
172- "value.argument.formal.constructor.iteration" : supported ,
173- "value.argument.formal.method" : supported ,
174- "value.argument.formal.method.iteration" : supported ,
168+ "value.argument.formal.constructor" : notApplicable ,
169+ "value.argument.formal.constructor.iteration" : notApplicable ,
170+ "value.argument.formal.method" : notApplicable ,
171+ "value.argument.formal.method.iteration" : notApplicable ,
175172 "value.mapPair" : notApplicable ,
176173 "value.mapPair.iteration" : notApplicable ,
177174 "value.variable.pattern" : notApplicable ,
175+ "value.typeAlias" : notApplicable ,
178176
179177 "type.argument.formal" : notApplicable ,
178+ "type.argument.formal.iteration" : notApplicable ,
179+ "type.alias" : notApplicable ,
180180
181181 section : notApplicable ,
182182 "section.iteration.document" : notApplicable ,
0 commit comments