Similar to #23 and #307, comments inside a table definition makes stylua create invalid syntax: local a = { b = -- a comment breaks it { c = "d", }, } becomes local a = { b = -- a comment breaks it{ c = "d", }, } Tested on [v0.11.2](https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.11.2)