diff --git a/apps/vscode/vscode.talon b/apps/vscode/vscode.talon index 1123f13268..9edd384407 100644 --- a/apps/vscode/vscode.talon +++ b/apps/vscode/vscode.talon @@ -696,6 +696,8 @@ place [word] : 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$: diff --git a/lang/tags/operators_assignment.talon b/lang/tags/operators_assignment.talon index 0d48236472..dacf678ea7 100644 --- a/lang/tags/operators_assignment.talon +++ b/lang/tags/operators_assignment.talon @@ -4,7 +4,7 @@ tag(): user.code_operators_math tag(): user.code_operators_bitwise # assignment - (equals | assign): user.code_operator_assignment() + (equals | a sign): user.code_operator_assignment() or equals: user.code_or_operator_assignment() # combined computation and assignment