We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
boundedNonWhitespaceSequence
1 parent c2fb509 commit 5347894Copy full SHA for 5347894
cursorless-talon/src/cheatsheet/sections/scopes.py
@@ -5,5 +5,8 @@ def get_scopes():
5
return get_lists(
6
["scope_type"],
7
"scopeType",
8
- {"argumentOrParameter": "Argument"},
+ {
9
+ "argumentOrParameter": "Argument",
10
+ "boundedNonWhitespaceSequence": "Non whitespace sequence stopped by surrounding pair delimeters",
11
+ },
12
)
0 commit comments