Support highlighting Moonwave style multi-line comments (as comments)
tracked
nya Resident
Tokens are
--[=[
]=]
, doesn't highlight correctly, but saves fine.--[=[
Changed event handler
https://wiki.secondlife.com/wiki/Changed
@param change number -- bit field of CHANGED_* flags
]=]
function changed(change: number)
ll.OwnerSay(`change called with {change}`)
end
http://lua-users.org/wiki/StringsTutorial (see nesting quotes section)
Log In
Signal Linden
tracked
Thanks! This might be tricky because the viewer's existing script lexer doesn't have any notion of nesting like that. We'll take a look.