Closed notpeter closed 6 months ago
Makes short comment immediately following long comment not add a linebreak. No longer incorrectly indents.
Fixes #170
Before: --[[]]-- -> --[[]]\n -- -> --[[]]\n-- After: --[[]]-- -> --[[]] --
--[[]]--
--[[]]\n --
--[[]]\n--
--[[]] --
Makes short comment immediately following long comment not add a linebreak. No longer incorrectly indents.
Fixes #170
Before:
--[[]]--
->--[[]]\n --
->--[[]]\n--
After:--[[]]--
->--[[]] --