Skip to content

Commit

Permalink
Added visible modifier (#2094)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AndreasArvidsson authored and cursorless-bot committed Dec 5, 2023
1 parent f3a90db commit 9483b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spoken_forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"trailing": "trailing",
"content": "keepContentFilter",
"empty": "keepEmptyFilter",
"its": "inferPreviousMark"
"its": "inferPreviousMark",
"visible": "visible"
},
"simple_scope_modifier": { "every": "every" },
"interior_modifier": {
Expand Down

0 comments on commit 9483b22

Please sign in to comment.