Skip to content

Tag: codemirror

CodeMirror Doesn’t Display HTML Mode

I am trying to use CodeMirror modes in my web application, but it won’t highlight the words for the mode “htmlmixed”. I don’t understand what is going wrong. The paths to each file are correct because I am not getting any 404 errors. Here is what I did: Any help would be greatly apprec…