dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
370 stars 46 forks source link

Support multiline strings: [[ ...\n... ]] #5

Closed dansanderson closed 7 years ago

dansanderson commented 7 years ago

Support for multiline comments is coming soon, but we also need support for multiline strings: x = [[ ...\n... ]]

Only a few carts use it (e.g. 16085, 16569) but it is legit Lua and is supported by Pico-8 in recent versions.

dansanderson commented 7 years ago

Fixed in 794d5cfcb8c3f6e7d297c693b2c68a25c102d5d0.