In a Lua script, comments are introduced via two dashes:
-- two lines
-- of comments
You can also use a different syntax:
--[[
two lines
of comments
--]]
However, in the latter case TeXworks does not properly recognize comments.
It would be good to be able to improve the Lua syntax pattern to resolve this issue.
In a Lua script, comments are introduced via two dashes:
You can also use a different syntax:
However, in the latter case TeXworks does not properly recognize comments. It would be good to be able to improve the Lua syntax pattern to resolve this issue.