Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null Propagation operator support #109

Closed
DutchGerman opened this issue Jul 29, 2020 · 1 comment
Closed

Null Propagation operator support #109

DutchGerman opened this issue Jul 29, 2020 · 1 comment

Comments

@DutchGerman
Copy link

When using the Null Propagation operator ( ?. ) in a file it breaks the syntax highlighting.

When you use it in the template:
grafik

When you use it in the script:
grafik

@confused-Techie
Copy link
Collaborator

Looking into this, this seems that the issue stems from the fact that Atom previously did not support optional chaining operators in JavaScript. That's why as reported by others using language-babel instead would resolve the issue.

This was fixed in Pulsar:

Testing now, with the latest version of Pulsar gives me the following: (When trying to duplicate the shown snippet of text)

image

So as long as you are up to date on Pulsar, this issue should be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants