我使用启用了emmet
的Ace编辑器。以下工作正常,如预期的那样:
var editor = ace.edit("editor");
editor.session.setMode("ace/mode/html");
editor.setOption("enableEmmet", true);
但如果我将模式更改为:
editor.session.setMode("ace/mode/twig");
它不再起作用了。有没有办法让Emmet在ace/mode/twig
中工作?
答案 0 :(得分:1)
您可以在https://github.com/ajaxorg/ace/blob/v1.1.5/lib/ace/ext/emmet.js#L391
的正则表达式中添加twig