Skip to content

Commit 8a4957b

Browse files
committed
Revert fix to old cheatsheet
1 parent 61307b2 commit 8a4957b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def get_scopes():
55
return {
66
**get_lists(
7-
["scope_type", "subtoken_scope_type", "head_tail"],
7+
["scope_type", "subtoken_scope_type"],
88
{"argumentOrParameter": "Argument"},
99
),
1010
"<P>": "Paired delimiter",

0 commit comments

Comments
 (0)