File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types" ;
22import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types" ;
33
4- const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel ;
4+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
5+ const { supported, unsupported, notApplicable, supportedLegacy } =
6+ ScopeSupportFacetLevel ;
57
68export const cssScopeSupport : LanguageScopeSupportFacetMap = {
79 "comment.block" : supported ,
@@ -30,10 +32,10 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
3032 statement : supported ,
3133 "statement.iteration.document" : supported ,
3234
33- // Unsupported, still in legacy
35+ // Supported in legacy
3436
35- "argument.actual" : unsupported ,
36- "argument.actual.iteration" : unsupported ,
37+ "argument.actual" : supportedLegacy ,
38+ "argument.actual.iteration" : supportedLegacy ,
3739
3840 // Not applicable
3941
You can’t perform that action at this time.
0 commit comments