@@ -41,14 +41,12 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
4141 "namedFunction.method" : supported ,
4242 "namedFunction.method.iteration.class" : supported ,
4343 "namedFunction.constructor" : supported ,
44- "namedFunction.iteration.block" : supported ,
4544
4645 functionName : supported ,
4746 "functionName.iteration.document" : supported ,
4847 "functionName.method" : supported ,
4948 "functionName.method.iteration.class" : supported ,
5049 "functionName.constructor" : supported ,
51- "functionName.iteration.block" : supported ,
5250
5351 functionCall : supported ,
5452 "functionCall.constructor" : supported ,
@@ -147,13 +145,15 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
147145
148146 "class.iteration.block" : notApplicable ,
149147 "className.iteration.block" : notApplicable ,
148+ "functionName.iteration.block" : notApplicable ,
150149 "interior.cell" : notApplicable ,
151150 "interior.command" : notApplicable ,
152151 "interior.resource" : notApplicable ,
153152 "name.argument.actual.iteration" : notApplicable ,
154153 "name.argument.actual" : notApplicable ,
155154 "name.resource.iteration" : notApplicable ,
156155 "name.resource" : notApplicable ,
156+ "namedFunction.iteration.block" : notApplicable ,
157157 "section.iteration.document" : notApplicable ,
158158 "section.iteration.parent" : notApplicable ,
159159 "textFragment.element" : notApplicable ,
0 commit comments