diff --git a/lang/tags/imperative.talon b/lang/tags/imperative.talon index 6464022825..7657445eb0 100644 --- a/lang/tags/imperative.talon +++ b/lang/tags/imperative.talon @@ -8,7 +8,7 @@ state while: user.code_state_while() state loop: user.code_state_infinite_loop() state for: user.code_state_for() state for in: user.code_state_for_each() -state switch: user.code_state_switch() +state (switch | match): user.code_state_switch() state case: user.code_state_case() state do: user.code_state_do() state goto: user.code_state_go_to()