It looks like the fix for highlighting "HTML" start tags with hyphens in them works but the end tags seem to be affected by hyphens... if an end tag has a hyphen then it is not colored like an end tag without a hyphen.
Example:
<amp-list></amp-list>
<strong></strong>
The </amp-list> end tag is not the same color as </strong> unless the hyphen is removed.
Comments