Is there a possibility to make CodeMirror highlight different languages in multi-mode differently?
I want such classes to apply:
.cm-s-default .cm-string-html {color: blue;}
.cm-s-default .cm-string {color: #170;}
When CodeMirror highlights the code, it leaves the same class names for the strings, comments and other objects in all languages, but I prefer to have them highlighted differently.