john muhl writes: > Tags: patch > > This improves nested comment indenting such that: > > local tbl = { > one = 1, > -- comment > two = 2, > } > > becomes: > > local tbl = { > one = 1, > -- comment > two = 2, > }