In order to give more context to arrays we should support having comments nested inside of arrays: ``` config = [ # Array one [1, 2, 3], # Array two [4, 5, 6], ] ```