You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: