Closed PixxxeL closed 2 months ago
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.
someDigit = .1
\b\d*(?:(\.)\d*(?:e[-+]?\d+)?|(?:e[-+]?\d+))\b
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.