Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jul 2, 2024
1 parent ddfcd97 commit 320b32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/vscode/vscode.talon
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,8 @@ place [word] <word> <user.cursorless_destination>:
user.run_rpc_command("workbench.action.tasks.runTask", "Install local")
^pre commit run$:
user.run_rpc_command("workbench.action.tasks.runTask", "Run pre commit")
^pre commit run all$:
user.run_rpc_command("workbench.action.tasks.runTask", "Run pre commit all")
^{user.cursorless_homophone} local split$:
user.vscode_with_plugin("workbench.action.tasks.runTask", "Cursorless local split")
^tunnel start$:
Expand Down
2 changes: 1 addition & 1 deletion lang/tags/operators_assignment.talon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag(): user.code_operators_math
tag(): user.code_operators_bitwise

# assignment
<user.operator> (equals | assign): user.code_operator_assignment()
<user.operator> (equals | a sign): user.code_operator_assignment()
<user.operator> or equals: user.code_or_operator_assignment()

# combined computation and assignment
Expand Down

0 comments on commit 320b32d

Please sign in to comment.