Support highlighting Moonwave style multi-line comments (as comments)
complete
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
H
Harold Linden
marked this post as
complete
These have been supported for a while
Signal Linden
marked this post as
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.