We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you define a simple enum like this ---@alias someNumbers 1|2|-2|4 all values after the - are dropped and treated like a comment.
---@alias someNumbers 1|2|-2|4
-
To Reproduce as you can see 2|4 is shown to be a comment on the alias.
2|4
Expected behavior Negative numbers should not break enums
The text was updated successfully, but these errors were encountered:
cb8bcd4
No branches or pull requests
If you define a simple enum like this
---@alias someNumbers 1|2|-2|4
all values after the-
are dropped and treated like a comment.To Reproduce

as you can see
2|4
is shown to be a comment on the alias.Expected behavior
Negative numbers should not break enums
The text was updated successfully, but these errors were encountered: