代码镜像。 html混合模式下的棉绒

时间:2018-08-28 12:06:19

标签: javascript html codemirror

我使用以下参数创建文本区域:

{
  lineNumbers: true,
  dragDrop: true,
  mode: "htmlmixed",
  theme: 'bespin',
  autoCloseBrackets: true,
  autoCloseTags: true,
  matchBrackets: {
    afterCursor: true,
    maxScanLines: 10000,
    maxScanLineLength: 100000
  },
  foldGutter: true,
  gutters: ["CodeMirror-lint-markers", "CodeMirror-linenumbers", "CodeMirror-foldgutter"],
  lint: true,
  matchTags: {
    bothTags: true
  }
}

但分析仅适用于html。

是否可以使短绒棉分析html,css和js?

1 个答案:

答案 0 :(得分:1)

您可以从基于Codemiror的协作编辑器htmlmixed-lint.js添加插件codepad