Riley Xu
Results
2
comments of
Riley Xu
Silly example: ```js function t1() { // {{{ } function t2() { } // }}} ``` with rules ```json { "begin": "{", "end": "}", }, { "begin": "{{{", "end": "}}}",...
This folds the `function t1` line above correctly now, but now `function t2` is not foldable. Actually I think just by exchanging the rule order in my above example does...