Skip to content

Commit 5347894

Browse files
authored
Fix boundedNonWhitespaceSequence in cheatsheet (#1917)
Fixes cheatsheet bug introduced in #1698 which only updated spoken form in defaults.json, which is used by cursorless.org/cheatsheet, but didn't update the code path that is used when user says "cursorless cheatsheet" ## 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) - [ ] I have not broken the cheatsheet
1 parent c2fb509 commit 5347894

File tree

1 file changed

+4
-1
lines changed
  • cursorless-talon/src/cheatsheet/sections

1 file changed

+4
-1
lines changed

cursorless-talon/src/cheatsheet/sections/scopes.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ def get_scopes():
55
return get_lists(
66
["scope_type"],
77
"scopeType",
8-
{"argumentOrParameter": "Argument"},
8+
{
9+
"argumentOrParameter": "Argument",
10+
"boundedNonWhitespaceSequence": "Non whitespace sequence stopped by surrounding pair delimeters",
11+
},
912
)

0 commit comments

Comments
 (0)