You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are a couple more scenario's included here, such as decimal numbers without a leading digit before the decimal point.
I have these worked out in PR #156, I merged the regex in to 3 primary patterns, integer, hex, and decimal, but did not scope them by their final storage type. I have eliminated the patterns that are not allowed (they haven't implemented binary or allowing underscore separators). I could separate these changes out to a new PR.
Environment
Issue Description
This is all valid numbers in ps
Screenshots
Expected Behavior
Consistency (this is current ST grammar)

The text was updated successfully, but these errors were encountered: