Skip to content

Commit 0589912

Browse files
Clean up
1 parent 3385750 commit 0589912

File tree

1 file changed

+10
-6
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+10
-6
lines changed

packages/common/src/scopeSupportFacets/json.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
44
const { supported, notApplicable } = ScopeSupportFacetLevel;
55

66
export const jsonScopeSupport: LanguageScopeSupportFacetMap = {
7-
"comment.block": supported,
8-
"comment.line": supported,
9-
"key.mapPair.iteration": supported,
10-
"key.mapPair": supported,
117
list: supported,
128
map: supported,
139
"string.singleLine": supported,
10+
11+
"key.mapPair.iteration": supported,
12+
"key.mapPair": supported,
13+
14+
"value.mapPair.iteration": supported,
15+
"value.mapPair": supported,
16+
17+
"comment.block": supported,
18+
"comment.line": supported,
19+
1420
"textFragment.comment.block": supported,
1521
"textFragment.comment.line": supported,
1622
"textFragment.string.singleLine": supported,
17-
"value.mapPair.iteration": supported,
18-
"value.mapPair": supported,
1923

2024
// Not applicable
2125

0 commit comments

Comments
 (0)