Can CodeMirror highlight different languages separately in multi-mode?
.cm-s-default .cm-string-html {color: blue;}
.cm-s-default .cm-string {color: #170;}
Usually, CodeMirror applies the same class names for strings, comments, and other objects in all languages when highlighting the code. However, I would like them to be highlighted differently.