Loretta icon indicating copy to clipboard operation
Loretta copied to clipboard

Implement interpolated strings

Open TheGreatSageEqualToHeaven opened this issue 2 years ago • 0 comments

Implements Luau's interpolated strings.

This change has breaking changes.

LuaSyntaxOptions.All no longer accepts FiveM hash string syntax and accepts interpolated strings. LuaSyntaxOptions.AllWithIntegers still accepts FiveM hash string syntax but does not accept interpolated strings.

Closes https://github.com/LorettaDevs/Loretta/issues/110