Skip to content

Commit 1fea2a7

Browse files
Added type resource facets
1 parent 97bf1d6 commit 1fea2a7

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/common/src/scopeSupportFacets/css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/common/src/scopeSupportFacets/html.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/common/src/scopeSupportFacets/json.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/common/src/scopeSupportFacets/markdown.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/common/src/scopeSupportFacets/scm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/common/src/scopeSupportFacets/yaml.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)