是否可以在CodeMirror 2实例中包含两种或更多模式?
e.g。
var editor = CodeMirror.fromTextArea(document.getElementById("editor"), {
value: "Hello World",
mode: "css", "html", "javascript"
});
答案 0 :(得分:1)
只需使用htmlmixed
模式即可。这取决于xml
,javascript
和css
模式。