hedefalk / atom-vue

Vue component file syntax for Atom
Other
147 stars 40 forks source link

Wrong colors when adding a question mark before a dot #114

Closed djcaesar9114 closed 1 year ago

djcaesar9114 commented 3 years ago

Hello, I have a .vue file with this:

<td :rowspan="diplome.scolarites?.length || 1">

If I don't put the question mark before the point everything is fine, but when I put it, here is what I have (the colors are messed up):

image

mmccartn commented 2 years ago

Duplicate, please see: https://github.com/hedefalk/atom-vue/issues/111#issuecomment-972252056

confused-Techie commented 1 year ago

Thanks a ton for reporting this issue!

But this is a duplicate of #109 which is now resolved via updating the TextMate JavaScript Grammar in Pulsar.

So just ensure you are up to date there and this should be resolved.