Is it possible to support adding a separator before closing so we can support trailing comma like this? ``` [ 1, 2, ]; ``` or ``` [ 1, 2, ] ``` ?