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.
This also breaks syntax highlighting in Javascript and Typescript (although people may say true developers do not need syntax highlighting, seeing the wrong colors is disturbing xD)
Will this be solved in a future release?
I'm considering using VisualStudio because the syntax highlighting in Atom becomes ugly when using xxx ?? yyy or xxx?.yyy
Prerequisites
??
with||
does not suffice, and causes errorsDescription
Atom does not take
??
(Nullish Coalescing Operator) into account when highlighting/foldingSteps to Reproduce
Copy/Paste
Expected Behavior
??
and? ...: ...
??
Actual Behavior
??
and treats it as? ...: ...
{}
[]
and()
due to it thinking??
⇒? ...: ...
Reproduces how often:
100%
Versions
5.0.13
73.0.3683.121
v12.0.0
Windows 10
Additional Information
Screenshots
The text was updated successfully, but these errors were encountered: