File tree 6 files changed +12
-0
lines changed
packages/common/src/scopeSupportFacets 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
158
158
"type.field" : notApplicable ,
159
159
"type.foreach" : notApplicable ,
160
160
"type.interface" : notApplicable ,
161
+ "type.resource" : notApplicable ,
162
+ "type.resource.iteration" : notApplicable ,
161
163
"type.return" : notApplicable ,
162
164
"type.typeArgument.iteration" : notApplicable ,
163
165
"type.typeArgument" : notApplicable ,
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ export const htmlScopeSupport: LanguageScopeSupportFacetMap = {
129
129
"type.field" : notApplicable ,
130
130
"type.foreach" : notApplicable ,
131
131
"type.interface" : notApplicable ,
132
+ "type.resource" : notApplicable ,
133
+ "type.resource.iteration" : notApplicable ,
132
134
"type.return" : notApplicable ,
133
135
"type.typeArgument.iteration" : notApplicable ,
134
136
"type.typeArgument" : notApplicable ,
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
154
154
"type.field.iteration" : notApplicable ,
155
155
"type.foreach" : notApplicable ,
156
156
"type.interface" : notApplicable ,
157
+ "type.resource" : notApplicable ,
158
+ "type.resource.iteration" : notApplicable ,
157
159
"type.return" : notApplicable ,
158
160
"type.typeArgument" : notApplicable ,
159
161
"type.typeArgument.iteration" : notApplicable ,
Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ export const markdownScopeSupport: LanguageScopeSupportFacetMap = {
151
151
"type.field.iteration" : notApplicable ,
152
152
"type.foreach" : notApplicable ,
153
153
"type.interface" : notApplicable ,
154
+ "type.resource" : notApplicable ,
155
+ "type.resource.iteration" : notApplicable ,
154
156
"type.return" : notApplicable ,
155
157
"type.typeArgument" : notApplicable ,
156
158
"type.typeArgument.iteration" : notApplicable ,
Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ export const scmScopeSupport: LanguageScopeSupportFacetMap = {
149
149
"type.field.iteration" : notApplicable ,
150
150
"type.foreach" : notApplicable ,
151
151
"type.interface" : notApplicable ,
152
+ "type.resource" : notApplicable ,
153
+ "type.resource.iteration" : notApplicable ,
152
154
"type.return" : notApplicable ,
153
155
"type.typeArgument" : notApplicable ,
154
156
"type.typeArgument.iteration" : notApplicable ,
Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ export const yamlScopeSupport: LanguageScopeSupportFacetMap = {
157
157
"type.field.iteration" : notApplicable ,
158
158
"type.foreach" : notApplicable ,
159
159
"type.interface" : notApplicable ,
160
+ "type.resource" : notApplicable ,
161
+ "type.resource.iteration" : notApplicable ,
160
162
"type.return" : notApplicable ,
161
163
"type.typeArgument" : notApplicable ,
162
164
"type.typeArgument.iteration" : notApplicable ,
You can’t perform that action at this time.
0 commit comments