pico8-ls
pico8-ls copied to clipboard
Wrong formatting on comment after function
Wrong formatting on comment after function
original:
afunction(parameter)--comment
should have been:
afunction(parameter) --comment
in fact:
afunction(parameter--comment)