Skip to content

Commit 2c013e8

Browse files
Update packages/common/src/scopeSupportFacets/xml.ts
1 parent 689146b commit 2c013e8

File tree

1 file changed

+1
-1
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+1
-1
lines changed

packages/common/src/scopeSupportFacets/xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
22
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
33

44
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5-
const { supported, notApplicable } = ScopeSupportFacetLevel;
5+
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
66

77
export const xmlScopeSupport: LanguageScopeSupportFacetMap = {
88
"comment.block": supported,

0 commit comments

Comments
 (0)