Skip to content

Support unknown and never types - #233

Open
devSparkle wants to merge 1 commit into
NightrainsRbx:masterfrom
devSparkle:patch-1
Open

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

Conversation

@devSparkle

@devSparkle devSparkle commented Jul 22, 2023

Copy link
Copy Markdown

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

beters02 commented Aug 5, 2023

Copy link
Copy Markdown

surprised this doesnt have any attention

@NightrainsRbx

Copy link
Copy Markdown
Owner

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

@devSparkle

Copy link
Copy Markdown
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