BrokenRemote icon indicating copy to clipboard operation
BrokenRemote copied to clipboard

Block Comments are improperly parsed

Open Zamiell opened this issue 7 years ago • 0 comments

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.

Zamiell avatar Mar 31 '17 16:03 Zamiell