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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Numbers like 100_000_000 aren't properly highlighted (see PEP 515 specification). This should be pretty easy to fix, just edit these lines in the grammar. I tried to fix this myself, but wasn't able to get atom dev running.
Steps to Reproduce
Put 10_000_000 in source code.
Expected behavior:
Proper highlighting
Actual behavior:
Number highlighting stops in the middle of the number
Prerequisites
Description
Numbers like
100_000_000
aren't properly highlighted (see PEP 515 specification). This should be pretty easy to fix, just edit these lines in the grammar. I tried to fix this myself, but wasn't able to get atom dev running.Steps to Reproduce
10_000_000
in source code.Expected behavior:
Proper highlighting
Actual behavior:
Number highlighting stops in the middle of the number
Reproduces how often:
100%
Versions
The text was updated successfully, but these errors were encountered: