Skip to content

Commit c0d5729

Browse files
Added paired delimiter string to cheat sheet (#2750)
Fixes #1154 ## 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
1 parent 5aee6aa commit c0d5729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cheatsheet/cheat_sheet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def cursorless_cheat_sheet_get_json():
128128
"wrapper_only_paired_delimiter",
129129
"wrapper_selectable_paired_delimiter",
130130
"selectable_only_paired_delimiter",
131+
"surrounding_pair_scope_type",
131132
],
132133
"pairedDelimiter",
133134
),

0 commit comments

Comments
 (0)