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
While on this topic, should the lexer be compliant with this specification (meaning no oct/hex numbers and support for negative and scientific numbers)? Happy to submit a patch for that.
Zeroes are not recognized correctly when they are not in pairs:
0
The zero in the example above will not be highlighted as a number.
00
The two zeroes will be recognized again.
000
The last zero in a sequence of three zeroes will not be recognized again.
The text was updated successfully, but these errors were encountered: