Skip to content

Commit facd2f5

Browse files
Added pair to the scope section of the cheatsheet (#2771)
Fixes #2761 ## 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 9cec9f0 commit facd2f5

File tree

1 file changed

+10
-0
lines changed
  • cursorless-talon/src/cheatsheet/sections

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,14 @@ def get_scopes():
2323
},
2424
],
2525
},
26+
{
27+
"id": "pair",
28+
"type": "scopeType",
29+
"variations": [
30+
{
31+
"spokenForm": "<pair>",
32+
"description": "Paired delimiters",
33+
},
34+
],
35+
},
2636
]

0 commit comments

Comments
 (0)