Closed eloytoro closed 9 years ago
This sounds good, I'll add it.
Thanks for adding this feature. But it still doesn't work as intended
//Undesired behaviour
action
.next(function() { })
.next(function() {
/*...*/
};) // <- The EOL marker should be inserted after the outer parentheses
Also if the EOL marker exists at the end of the line it shouldnt be inserted again.
Sorry for that, let me know if there is something still missing from this commit.
The EOL marker option could be so much better if it only added the marker when the delimiters expand with the
delimitMate_expand_cr
option