File tree 1 file changed +8
-3
lines changed
packages/cursorless-org-docs/src/docs/user/languages/components
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,25 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
29
29
30
30
return (
31
31
< >
32
+ < h2 > Scope facets</ h2 >
33
+ < p >
34
+ A scope facet is a specific subset of a scope that Cursorless can
35
+ target. For example take the value scope. One facet of value is the
36
+ right hand side of a variable assignment. Another facet of value is the
37
+ value in a map pair.
38
+ </ p >
39
+ c
32
40
< ScopeSupportForLevel
33
41
facets = { supportedScopes }
34
42
title = "Supported facets"
35
43
subtitle = "These facets are supported"
36
44
expanded
37
45
/>
38
-
39
46
< ScopeSupportForLevel
40
47
facets = { supportedLegacyScopes }
41
48
title = "Supported Legacy facets"
42
49
subtitle = "These facets are supported with the legacy implementation and should be migrated to the new implementation"
43
50
/>
44
-
45
51
< ScopeSupportForLevel
46
52
facets = { unsupportedScopes }
47
53
title = "Unsupported facets"
@@ -55,7 +61,6 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
55
61
</ >
56
62
}
57
63
/>
58
-
59
64
< ScopeSupportForLevel
60
65
facets = { unspecifiedScopes }
61
66
title = "Unspecified facets"
You can’t perform that action at this time.
0 commit comments