delimitMate
delimitMate copied to clipboard
Don't add semicolon for certain match
This plugin works perfectly. My only question is how hard would it be to conditionally add the ; at the end of the line?
For example, it should trigger for this:
var x = function() {};
but not
function () { or class {