Block Commenting Error

In Lua, you can block comment using /* and */. Unfortunately, it will throw the following error if a file uses any sort of block commenting in it.

No, you can not.

You can block comment using --[[ comment ]].

Oh shit, you’re right, that’s JavaScript block commenting…