Describe the bug
When there is a code block that should have indented children like a condition or array with multi-line values the parser ignores the indention.
To reproduce
Steps to reproduce the behavior:
function Draw()
RedrawDisplay()
end
Expected behavior
Each line should retain its own indention.
Screenshots
