We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e540dd4 commit 2b2baccCopy full SHA for 2b2bacc
packages/cursorless-org-docs/src/docs/user/languages/components/ScopeSupport.tsx
@@ -33,8 +33,9 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
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.
+ right hand side of a variable assignment, another facet of value is the
+ value in a map pair and a third is the return value in a return
38
+ statement.
39
</p>
40
c
41
<ScopeSupportForLevel
0 commit comments