Relative Content

Tag Archive for codemirror

CodeMirror JSX highlighting broken

I’m trying to set up CodeMirror v6, but it seems the syntax highlighting is completely broken for JSX. End tags are given different classes from start tags, text content isn’t differentiated from tags, and there’s no way to easily extend the base theme to correct this — I’m not going to re-implement an entire theme myself.