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
Lua long string and comments are incorrect. The language syntax seems to expect that the delimiters needed to be paired, which is not the case.
Example:
--[===[This a comment]==]This is still a comment, but not recognized as such by highlight.js]===]localfunctionmore(...)
returnend
I encountered this issue while trying to add syntax highlighting for my own language, and was looking at other examples. Is there anyway to reference captures in the begin pattern in the end pattern?
The text was updated successfully, but these errors were encountered:
Lua long string and comments are incorrect. The language syntax seems to expect that the delimiters needed to be paired, which is not the case.
Example:
I encountered this issue while trying to add syntax highlighting for my own language, and was looking at other examples. Is there anyway to reference captures in the begin pattern in the end pattern?
The text was updated successfully, but these errors were encountered: