@@ -135,11 +135,6 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
135135 "className.iteration.document" : unsupported ,
136136
137137 "name.iteration.block" : unsupported ,
138- "name.resource" : unsupported ,
139- "name.resource.iteration" : unsupported ,
140-
141- "value.resource" : unsupported ,
142- "value.resource.iteration" : unsupported ,
143138
144139 "interior.class" : unsupported ,
145140 "interior.function" : unsupported ,
@@ -149,19 +144,25 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
149144 "interior.switchCase" : unsupported ,
150145 "interior.ternary" : unsupported ,
151146 "interior.try" : unsupported ,
152- "interior.resource" : unsupported ,
153147
154148 // Not applicable
155149
156150 "interior.cell" : notApplicable ,
157151 "interior.command" : notApplicable ,
152+ "interior.resource" : notApplicable ,
158153 "name.argument.actual.iteration" : notApplicable ,
159154 "name.argument.actual" : notApplicable ,
160- "value.argument.actual " : notApplicable ,
161- "value.argument.actual.iteration " : notApplicable ,
155+ "name.resource.iteration " : notApplicable ,
156+ "name.resource " : notApplicable ,
162157 "section.iteration.document" : notApplicable ,
163158 "section.iteration.parent" : notApplicable ,
164159 "textFragment.element" : notApplicable ,
160+ "type.resource.iteration" : notApplicable ,
161+ "type.resource" : notApplicable ,
162+ "value.argument.actual.iteration" : notApplicable ,
163+ "value.argument.actual" : notApplicable ,
164+ "value.resource.iteration" : notApplicable ,
165+ "value.resource" : notApplicable ,
165166 command : notApplicable ,
166167 environment : notApplicable ,
167168 notebookCell : notApplicable ,
0 commit comments