hightlight for lua script
-- single line comment
function main()
local str1 = 'sdf"dsfd"sf'
local str2 = "sdfdsfds'f'dsfd"
local str3 =
[[
this is
a multi line string, level 0
]]
local str4 = [===[ this is multi line string
level 3,
]===]
end
--[[
multi line comment
]]
-- keywords
while do for local |