Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 CodeMirror 中进行折叠自定义;
我尝试制作一个扩展,允许我在模板的开头{%和结尾处{% end为括号编辑器添加折叠。
{%
{% end
但在 Codemirror 中只允许某种折叠。
您必须编写自己的测距函数。查看 中存在的各种addon/fold。comment-fold.js可能是最简单的。
addon/fold
comment-fold.js