mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c09fbbd262
consolidate duplicated dedenting keyword detection logic that was repeated in reindent_line(), handle_tab_indent(), and handle_key(). the helper checks for end, else, elsif, when, in, rescue, ensure, and }. Co-authored-by: Claude <noreply@anthropic.com>