It seems like the Glider parser is getting messed up by do - end blocks. Eg if you have a block like this:
function demo()
do
local something
end
end
The folding doesn’t work on the do block and gets a bit messed up with the fuction block.
Anyone else having this issue?