Skip to content

Commit

Permalink
Switch statement subject (#2046)
Browse files Browse the repository at this point in the history
`subject, switchStatementSubject`

## 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
  • Loading branch information
AndreasArvidsson authored Nov 23, 2023
1 parent 09916f7 commit d6dc00d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/spoken_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ def handle_new_values(csv_name: str, values: list[SpokenFormEntry]):
handle_csv(
"modifier_scope_types.csv",
pluralize_lists=["scope_type"],
extra_allowed_values=["private.fieldAccess"],
extra_allowed_values=[
"private.fieldAccess",
"private.switchStatementSubject",
],
default_list_name="scope_type",
),
handle_csv(
Expand Down

0 comments on commit d6dc00d

Please sign in to comment.