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
enter <div data-reference-id="client.referenceId">All markup from here on will be wrongly highlighted</div>
What is the expected behavior?
Syntax highlighting will break after .ref. Adding a second " after the closing quotation mark will fix highlighting but will break markup.
What is the motivation / use case for changing the behavior?
Being able to have values in an HTML attribute that contains .ref
I'm submitting a bug report
0.1.9
Please tell us about your environment:
Operating System:
Windows 10
Visual studio code version:
1.7.1
Screenshot of incorrect highlight
Reproduce:
<div data-reference-id="client.referenceId">All markup from here on will be wrongly highlighted</div>
What is the expected behavior?
Syntax highlighting will break after
.ref
. Adding a second"
after the closing quotation mark will fix highlighting but will break markup.What is the motivation / use case for changing the behavior?
Being able to have values in an HTML attribute that contains
.ref
This bug seems similar to this one: #10
The text was updated successfully, but these errors were encountered: