### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: <https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode> * Followed all applicable steps in the debugging guide: <https://flight-manual.atom.io/hacking-atom/sections/debugging/> * Checked the FAQs on the message board for common solutions: <https://discuss.atom.io/c/faq> * Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom> * Checked that there is not already an Atom package that provides the described functionality: <https://atom.io/packages> ### Description <!-- Description of the issue --> Null value looses coloration when colon is written on same line ### Steps to Reproduce See screenshots. **Actual behavior:** <img width="909" alt="Screenshot 2020-03-26 at 09 59 26" src="https://user-images.githubusercontent.com/56148301/77623626-14c56d00-6f49-11ea-9b65-ee6e55400172.png"> **Expected behavior:** <img width="890" alt="Screenshot 2020-03-26 at 09 59 40" src="https://user-images.githubusercontent.com/56148301/77623645-1c851180-6f49-11ea-9420-1659702a2b71.png"> **Reproduces how often:** Every time. ### Versions <!-- You can get this information from copy and pasting the output of `atom --version` and `apm --version` from the command line. Also, please include the OS and what version of the OS you're running. --> - Atom : 1.45.0 - Electron: 4.2.7 - Chrome : 69.0.3497.128 - Node : 10.11.0 - macOS: 10.15.4 ### Additional Information I raised the same issue earlier [here](https://github.com/bmewburn/vscode-intelephense/issues/1067) but was referred to report it here. The maintainer said: >Issue belongs to this repository: https://github.com/atom/language-php And is caused by null : interpreted as goto label.
Prerequisites
Description
Null value looses coloration when colon is written on same line
Steps to Reproduce
See screenshots.
Actual behavior:
Expected behavior:
Reproduces how often:
Every time.
Versions
Additional Information
I raised the same issue earlier here but was referred to report it here. The maintainer said: