pico8-ls icon indicating copy to clipboard operation
pico8-ls copied to clipboard

Wrong formatting on comment after function

Open ahai64 opened this issue 1 year ago • 0 comments

Wrong formatting on comment after function

original:

afunction(parameter)--comment

should have been:

afunction(parameter) --comment

in fact:

afunction(parameter--comment)

ahai64 avatar Jan 25 '24 06:01 ahai64