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
For example in this code someDigit = .1 syntax highlighting is breaks. Think that there need to edit as \b\d*(?:(\.)\d*(?:e[-+]?\d+)?|(?:e[-+]?\d+))\b because float may be without leading zero before dot.
Activity