Open
Description
Can this extension also support [Picotron](https://www.lexaloffle.com/picotron.php? Picotron supports all the same special pico-8 lua syntax, and there's a lot of overlap (most picotron people are also interested in pico-8) so it might make sense to try to have this extension support picotron.
It is a bit different, though ... I think you just do include('filename.lua')
instead of #include
. I'm sure the standard library is very different. If they're just .lua files, how does the extension decide which .lua file is for pico-8 and which is for picotron? (We could maybe guess based on whether we see pico-8 or picotron specific syntax)