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 documentation