NightrainsRbx / RobloxLsp

Roblox Luau Language Server based on Lua by sumneko.
https://devforum.roblox.com/t/roblox-lsp-full-intellisense-for-roblox-and-luau/717745
MIT License
211 stars 49 forks source link

Escaped string template literal raises a syntax warning #229

Closed Nyapaw closed 1 day ago

Nyapaw commented 12 months ago

The LSP creates a syntax warning to appear at escaped semicolons for template literals.

E.g.

local str = `\{}`

Hovering over it shows Invalid escape sequence. image Source of the script of this example is from Cmdr's Util.lua.