Replies: 1 comment
-
Has supported, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Normally
-
is not allowed in a lua identifier, but it is allowed in a type name in EmmyLua syntax recognized by this language server (although it doesn't seem to be supported by the official EmmyLua plugin).I use
-
as a separator in auto-generated names (to not happen to generate the same name as another officially defined type, and also to notice the user it is auto-generated), but I wonder whether it is a bug or a feature.Example:
So maybe there could be some official answer about whether it is intended or not? (or maybe we could make it a feature?)
Beta Was this translation helpful? Give feedback.
All reactions