BrokenRemote
BrokenRemote copied to clipboard
Block Comments are improperly parsed
In the Broken Remote text editor, if comment out a code block like this:
--[[
local test
--]]
local test2
"test2" and below will all appear red like it is a comment. The parser doesn't seem to be picking up the end of the block comment.