multi line strings [[string]] within say commands compile correctly but are syntax highlighted
planned
Jamesp1989 Resident
as title suggests the viewer will attempt to parse and syntax highlight for SLua multi line strings
Log In
H
Harold Linden
planned
Thanks for sending this in!
The viewer folks will try tackling this along with the moonwave comment support.
WolfGang Senizen
Harold Linden
While this is being addressed, the editor is also missing
`hello`
'hello'
string support
along with string interpolation, though that might be more work for "first pass"
local thing = 'world'
print(`Hello {thing}!`)
Jamesp1989 Resident
WolfGang Senizen i have been using gsub but direct access would be nice