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
Currently React highlighting through javascript doesn't appear to handle html tags properly. Closing tags appear to be highlighted a different color to the opening tag. It would be nice if opening and closing tags had matching colors. E.g. in the example below, if the <div> and </div> had their own color and <article> and </article> were matching. Example code paraphrased from react documentation
Currently React highlighting through javascript doesn't appear to handle html tags properly. Closing tags appear to be highlighted a different color to the opening tag. It would be nice if opening and closing tags had matching colors. E.g. in the example below, if the
<div>
and</div>
had their own color and<article>
and</article>
were matching. Example code paraphrased from react documentationThe text was updated successfully, but these errors were encountered: