Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
"type.field": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument.iteration": notApplicable,
"type.typeArgument": notApplicable,
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export const htmlScopeSupport: LanguageScopeSupportFacetMap = {
"type.field": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument.iteration": notApplicable,
"type.typeArgument": notApplicable,
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
"type.field.iteration": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument": notApplicable,
"type.typeArgument.iteration": notApplicable,
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ export const markdownScopeSupport: LanguageScopeSupportFacetMap = {
"type.field.iteration": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument": notApplicable,
"type.typeArgument.iteration": notApplicable,
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/scm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ export const scmScopeSupport: LanguageScopeSupportFacetMap = {
"type.field.iteration": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument": notApplicable,
"type.typeArgument.iteration": notApplicable,
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ export const yamlScopeSupport: LanguageScopeSupportFacetMap = {
"type.field.iteration": notApplicable,
"type.foreach": notApplicable,
"type.interface": notApplicable,
"type.resource": notApplicable,
"type.resource.iteration": notApplicable,
"type.return": notApplicable,
"type.typeArgument": notApplicable,
"type.typeArgument.iteration": notApplicable,
Expand Down
Loading