Skip to content

Commit ccf5f08

Browse files
Added cheatsheet description for short block (#2644)
## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet --------- Co-authored-by: Phil Cohen <[email protected]>
1 parent 2eea0d9 commit ccf5f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cheatsheet/sections/scopes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def get_scopes():
99
"scopeType",
1010
{
1111
"argumentOrParameter": "Argument",
12-
"boundedNonWhitespaceSequence": "Non whitespace sequence stopped by surrounding pair delimeters",
12+
"boundedNonWhitespaceSequence": "Non-whitespace sequence bounded by surrounding pair delimeters",
13+
"boundedParagraph": "Paragraph bounded by surrounding pair delimeters",
1314
},
1415
),
1516
{

0 commit comments

Comments
 (0)