lua-haml
lua-haml copied to clipboard
Line continuation doesn't work
Any line that starts with a - or = and ends in a comma should tack onto the next line, but this isn't working.
Thanks for reporting. Something like
= foo("a",
"b")
should definitely be made to work; not sure when that feature was added to Haml but Lua Haml should implement it too.