; Test script indentation rules ; Indent content inside repeat blocks (repeat_command "{" @indent) @container ; Indent content inside while blocks (while_command "{" @indent) @container ; Dedent closing braces "}" @dedent ; No other special indentation rules needed ; Most test script commands are at the same level