I used to write HTML attribute values ββwithout double quotes. This makes the HTML code very clean. Take my other answer as an example.
However, this style causes Sublime to display tag colors incorrectly. In the following figure, since it <div id=wrapper>does not have double quotes around wrapper, Sublime does not show any color after this line (but how does everything look normal before this line?).
Is there a way that Sublime can ignore double quotes and display the correct colors?

source
share