From 9483b223f0f91df8c853d600595d0807745f3ebe Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Tue, 5 Dec 2023 16:41:21 +0100 Subject: [PATCH] Added visible modifier (#2094) Fixes #1607 Tested with `"from visible chuck every instance air"` and folded regions will be untouched. ## Checklist - [x] 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 --- src/spoken_forms.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spoken_forms.json b/src/spoken_forms.json index 886a5d38..47bbfa60 100644 --- a/src/spoken_forms.json +++ b/src/spoken_forms.json @@ -76,7 +76,8 @@ "trailing": "trailing", "content": "keepContentFilter", "empty": "keepEmptyFilter", - "its": "inferPreviousMark" + "its": "inferPreviousMark", + "visible": "visible" }, "simple_scope_modifier": { "every": "every" }, "interior_modifier": {