Closed Conni2461 closed 2 years ago
Just wanted to do this:
---------------------------- --------- text ------------- ---------------------------- local a = 5
local a = 5 is still part of comment.
local a = 5
Even easier repro:
-- text -- local m
Everthing below is part of the comment, only the end of the file can stop it :rofl:
Just wanted to do this:
local a = 5
is still part of comment.Even easier repro: