We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have a .vue file with this:
.vue
<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):
The text was updated successfully, but these errors were encountered:
Duplicate, please see: #111 (comment)
Sorry, something went wrong.
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.
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: