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