Skip to content

Support unknown and never types#233

Open
devSparkle wants to merge 1 commit intoNightrainsRbx:masterfrom
devSparkle:patch-1
Open

Support unknown and never types#233
devSparkle wants to merge 1 commit intoNightrainsRbx:masterfrom
devSparkle:patch-1

Conversation

@devSparkle
Copy link

@devSparkle devSparkle commented Jul 22, 2023

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

Add support for `unknown` and `never` built-in types in language syntax.
@devSparkle devSparkle changed the title Update lua.tmLanguage.json Support unknown and never types Jul 22, 2023
@beters02
Copy link

beters02 commented Aug 5, 2023

surprised this doesnt have any attention

@NightrainsRbx
Copy link
Owner

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

@devSparkle
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undefined type unknown

3 participants