Skip to content

Commit 9483b22

Browse files
AndreasArvidssoncursorless-bot
authored andcommitted
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
1 parent f3a90db commit 9483b22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/spoken_forms.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"trailing": "trailing",
7777
"content": "keepContentFilter",
7878
"empty": "keepEmptyFilter",
79-
"its": "inferPreviousMark"
79+
"its": "inferPreviousMark",
80+
"visible": "visible"
8081
},
8182
"simple_scope_modifier": { "every": "every" },
8283
"interior_modifier": {

0 commit comments

Comments
 (0)