Hello lexer:extract_short_string does not handle situations where there are mixed ' and " in same line. For example: LuaCode = "returnTxt='Hello from Lua!' .. inTxt .. ' / ' .. jit.version"
Hello
lexer:extract_short_string does not handle situations where there are mixed ' and " in same line.
For example:
LuaCode = "returnTxt='Hello from Lua!' .. inTxt .. ' / ' .. jit.version"