I have some Dust templates that I'm looking at in VS Code. On 1 computer, if there is a "#" symbol, the code after it turns green as if it were commented out.
For instance:
<div id="someDiv">
Some text
<#someThing>
<div id="anotherDiv">
More text
</div>
</div>
Everything from "<#someThing>" down would be greened out.
What could be causing this? Since it's only happening on 1 out of 3 computers I'm running VS Code on, makes it feel like it might be some extension, but is there an easy way to tell VS Code not to do this?
Try removing all the cosmetic extensions and adding them one by one to see what causes it.