Test snippet:
print "hello world" -- all fine
print "--[[hello]]world" -- comment inside string?!
print "--[=[" -- breaks everything after
print "bye world" -- completely broken
--]=]
This causes all kinds of issues with syntax highlighting when trying to make Lua lexer:

Test snippet:
This causes all kinds of issues with syntax highlighting when trying to make Lua lexer:
