0

在我当前的项目中,我需要在 Web 浏览器中编辑 apache 和 squid 配置文件。在谷歌搜索后,我决定使用 CodeMirror。但是 CodeMirror 不支持 apache 和 squid 配置文件语法。虽然CodeMirror可以扩展支持其他格式,但是我是CodeMirror的新手,我想可能需要很多时间来写一个产品级模式插件。有没有可以与CodeMirror一起使用的apache和squid的3rd party模式?

还有 Ace 呢,如果 Ace 可以支持 apache 和 squid,我可以切换到它。

多谢你们!

4

1 回答 1

0

codemirror 和 ace 现在都不支持这个(参见http://codemirror.net/mode/index.htmlhttp://ace.c9.io/build/kitchen-sink.html),但是 Ace 可以导入语法荧光笔来自 textmate/sublime text/gedit,因此,如果您有这些编辑器之一的语法荧光笔,请向https://github.com/ajaxorg/ace/issues/new提交模式请求,它将被快速添加。

于 2013-10-10T10:04:10.740 回答