File tree Expand file tree Collapse file tree
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
159159 "type.foreach" : notApplicable ,
160160 "type.interface" : notApplicable ,
161161 "type.return" : notApplicable ,
162+ "type.resource" : notApplicable ,
163+ "type.resource.iteration" : notApplicable ,
162164 "type.typeArgument.iteration" : notApplicable ,
163165 "type.typeArgument" : notApplicable ,
164166 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ export const htmlScopeSupport: LanguageScopeSupportFacetMap = {
130130 "type.foreach" : notApplicable ,
131131 "type.interface" : notApplicable ,
132132 "type.return" : notApplicable ,
133+ "type.resource" : notApplicable ,
134+ "type.resource.iteration" : notApplicable ,
133135 "type.typeArgument.iteration" : notApplicable ,
134136 "type.typeArgument" : notApplicable ,
135137 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
155155 "type.foreach" : notApplicable ,
156156 "type.interface" : notApplicable ,
157157 "type.return" : notApplicable ,
158+ "type.resource" : notApplicable ,
159+ "type.resource.iteration" : notApplicable ,
158160 "type.typeArgument" : notApplicable ,
159161 "type.typeArgument.iteration" : notApplicable ,
160162 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ export const markdownScopeSupport: LanguageScopeSupportFacetMap = {
152152 "type.foreach" : notApplicable ,
153153 "type.interface" : notApplicable ,
154154 "type.return" : notApplicable ,
155+ "type.resource" : notApplicable ,
156+ "type.resource.iteration" : notApplicable ,
155157 "type.typeArgument" : notApplicable ,
156158 "type.typeArgument.iteration" : notApplicable ,
157159 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ export const scmScopeSupport: LanguageScopeSupportFacetMap = {
150150 "type.foreach" : notApplicable ,
151151 "type.interface" : notApplicable ,
152152 "type.return" : notApplicable ,
153+ "type.resource" : notApplicable ,
154+ "type.resource.iteration" : notApplicable ,
153155 "type.typeArgument" : notApplicable ,
154156 "type.typeArgument.iteration" : notApplicable ,
155157 "type.variable" : notApplicable ,
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ export const yamlScopeSupport: LanguageScopeSupportFacetMap = {
158158 "type.foreach" : notApplicable ,
159159 "type.interface" : notApplicable ,
160160 "type.return" : notApplicable ,
161+ "type.resource" : notApplicable ,
162+ "type.resource.iteration" : notApplicable ,
161163 "type.typeArgument" : notApplicable ,
162164 "type.typeArgument.iteration" : notApplicable ,
163165 "type.variable" : notApplicable ,
You can’t perform that action at this time.
0 commit comments