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
218 stars 53 forks source link

Support unknown and never types #233

Open devSparkle opened 1 year ago

devSparkle commented 1 year ago

This PR adds support for unknown and never built-in types in language syntax. This partially fixes #232.

beters02 commented 1 year ago

surprised this doesnt have any attention

NightrainsRbx commented 1 year ago

This change only adds special syntax highlighting for those types, does not adds the types nor implements their behaviour.

devSparkle commented 1 year ago

This change only adds special syntax highlighting for those types, does not adds the types nor implements their behaviour.

Could you point to where this could be implemented? It's also my understanding that this change would at the very least remove the warning type annotations, which is the very least we could do.