File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
156156 "name.resource" : notApplicable ,
157157 "name.variable.pattern" : notApplicable ,
158158 "name.variable" : notApplicable ,
159+ "name.iteration.class" : notApplicable ,
159160 "namedFunction.constructor" : notApplicable ,
160161 "namedFunction.iteration.block" : notApplicable ,
161162 "namedFunction.iteration.document" : notApplicable ,
@@ -217,4 +218,7 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
217218 "value.variable.pattern" : notApplicable ,
218219 "value.variable" : notApplicable ,
219220 "value.yield" : notApplicable ,
221+ "value.iteration.block" : notApplicable ,
222+ "value.iteration.class" : notApplicable ,
223+ "value.iteration.document" : notApplicable ,
220224} ;
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
141141 "name.foreach" : notApplicable ,
142142 "name.function" : notApplicable ,
143143 "name.iteration.block" : notApplicable ,
144+ "name.iteration.class" : notApplicable ,
144145 "name.iteration.document" : notApplicable ,
145146 "name.method" : notApplicable ,
146147 "name.resource" : notApplicable ,
@@ -209,6 +210,9 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
209210 "value.variable" : notApplicable ,
210211 "value.variable.pattern" : notApplicable ,
211212 "value.yield" : notApplicable ,
213+ "value.iteration.block" : notApplicable ,
214+ "value.iteration.class" : notApplicable ,
215+ "value.iteration.document" : notApplicable ,
212216 selector : notApplicable ,
213217 unit : notApplicable ,
214218} ;
You can’t perform that action at this time.
0 commit comments