Hiah.
I’m implementing a lua text editor into my engine, and wanted to create syntax highlighting that’ll work with lua. Most of it works so far, but I can’t wrap my head around multiline strings.
Unlike java, where multiline strings are done with /* and */, lua has them between these characters: [[ and ]], but I’m not much of a regex expert and was hoping someone could help me out with this issue.