@@ -19,13 +19,17 @@ export const talonScopeSupport: LanguageScopeSupportFacetMap = {
1919 "name.assignment" : supported ,
2020 "name.field" : supported ,
2121 "name.variable" : supported ,
22+ "name.iteration.block" : supported ,
23+ "name.iteration.document" : supported ,
2224
2325 "statement.iteration.block" : supported ,
2426 "statement.iteration.document" : supported ,
2527
2628 "value.assignment" : supported ,
2729 "value.field" : supported ,
2830 "value.variable" : supported ,
31+ "value.iteration.block" : supported ,
32+ "value.iteration.document" : supported ,
2933
3034 command : supported ,
3135 statement : supported ,
@@ -152,8 +156,7 @@ export const talonScopeSupport: LanguageScopeSupportFacetMap = {
152156 "name.constructor" : notApplicable ,
153157 "name.foreach" : notApplicable ,
154158 "name.function" : notApplicable ,
155- "name.iteration.block" : notApplicable ,
156- "name.iteration.document" : notApplicable ,
159+ "name.iteration.class" : notApplicable ,
157160 "name.method" : notApplicable ,
158161 "name.resource" : notApplicable ,
159162 "name.resource.iteration" : notApplicable ,
@@ -215,6 +218,7 @@ export const talonScopeSupport: LanguageScopeSupportFacetMap = {
215218 "value.typeAlias" : notApplicable ,
216219 "value.variable.pattern" : notApplicable ,
217220 "value.yield" : notApplicable ,
221+ "value.iteration.class" : notApplicable ,
218222 "string.multiLine" : notApplicable ,
219223 "textFragment.string.multiLine" : notApplicable ,
220224 selector : notApplicable ,
0 commit comments