Skip to content

Commit 37676ef

Browse files
Added missing type resource scope facets (#2923)
1 parent 0cfeeab commit 37676ef

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

packages/common/src/scopeSupportFacets/css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
158158
"type.field": notApplicable,
159159
"type.foreach": notApplicable,
160160
"type.interface": notApplicable,
161+
"type.resource": notApplicable,
162+
"type.resource.iteration": notApplicable,
161163
"type.return": notApplicable,
162164
"type.typeArgument.iteration": notApplicable,
163165
"type.typeArgument": notApplicable,

packages/common/src/scopeSupportFacets/html.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ export const htmlScopeSupport: LanguageScopeSupportFacetMap = {
129129
"type.field": notApplicable,
130130
"type.foreach": notApplicable,
131131
"type.interface": notApplicable,
132+
"type.resource": notApplicable,
133+
"type.resource.iteration": notApplicable,
132134
"type.return": notApplicable,
133135
"type.typeArgument.iteration": notApplicable,
134136
"type.typeArgument": notApplicable,

packages/common/src/scopeSupportFacets/json.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
154154
"type.field.iteration": notApplicable,
155155
"type.foreach": notApplicable,
156156
"type.interface": notApplicable,
157+
"type.resource": notApplicable,
158+
"type.resource.iteration": notApplicable,
157159
"type.return": notApplicable,
158160
"type.typeArgument": notApplicable,
159161
"type.typeArgument.iteration": notApplicable,

packages/common/src/scopeSupportFacets/markdown.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ export const markdownScopeSupport: LanguageScopeSupportFacetMap = {
151151
"type.field.iteration": notApplicable,
152152
"type.foreach": notApplicable,
153153
"type.interface": notApplicable,
154+
"type.resource": notApplicable,
155+
"type.resource.iteration": notApplicable,
154156
"type.return": notApplicable,
155157
"type.typeArgument": notApplicable,
156158
"type.typeArgument.iteration": notApplicable,

packages/common/src/scopeSupportFacets/scm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ export const scmScopeSupport: LanguageScopeSupportFacetMap = {
149149
"type.field.iteration": notApplicable,
150150
"type.foreach": notApplicable,
151151
"type.interface": notApplicable,
152+
"type.resource": notApplicable,
153+
"type.resource.iteration": notApplicable,
152154
"type.return": notApplicable,
153155
"type.typeArgument": notApplicable,
154156
"type.typeArgument.iteration": notApplicable,

packages/common/src/scopeSupportFacets/yaml.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ export const yamlScopeSupport: LanguageScopeSupportFacetMap = {
157157
"type.field.iteration": notApplicable,
158158
"type.foreach": notApplicable,
159159
"type.interface": notApplicable,
160+
"type.resource": notApplicable,
161+
"type.resource.iteration": notApplicable,
160162
"type.return": notApplicable,
161163
"type.typeArgument": notApplicable,
162164
"type.typeArgument.iteration": notApplicable,

0 commit comments

Comments
 (0)