fix(lua): proper indent after multiline string arg

This commit is contained in:
Riley Bruins 2024-08-04 18:26:18 -07:00 committed by Christian Clason
parent d7353a6b72
commit 558c7ad7bf
3 changed files with 6 additions and 0 deletions

View file

@ -3,3 +3,7 @@ a
multiline
string
]]
print [[
test
]]