Mismatched string surrondings
Opened this issue · 1 comments
TheDrawingCoder-Gamer commented
Describe the solution you'd like
Allow mismatched start and end on strings
Describe alternatives you've considered
I don't think you can simply parse the inside of a string so I don't think there is a viable alternative
Additional context
Lua uses [[string]]
for multiline/raw strings
j-mie6 commented
Requires change of TextDesc
to support stringBeginEnd
pairs in some form, so that you have ("[[", "]]")
as a valid string specifier. As it involves the description API this will be breaking, so assigned to Parsley 5 milestone.