diff --git a/cursorless-talon/src/cheatsheet/sections/scopes.py b/cursorless-talon/src/cheatsheet/sections/scopes.py index 8a8cf9c87b..2280d113a6 100644 --- a/cursorless-talon/src/cheatsheet/sections/scopes.py +++ b/cursorless-talon/src/cheatsheet/sections/scopes.py @@ -23,4 +23,14 @@ def get_scopes(): }, ], }, + { + "id": "pair", + "type": "scopeType", + "variations": [ + { + "spokenForm": "", + "description": "Paired delimiters", + }, + ], + }, ]