sublime_valign
sublime_valign copied to clipboard
Splits ===
Running VAlign on === created == =, which break the syntax (valid in JavaScript).
Apologies for the late reply. === alignment should be supported -- can you post an example of the exact text you're trying to align when this problem occurs?
Sure.
This:
var first = a === b;
var second = c;
Becomes:
var first = a == = b;
var second = c;
Sorry again for the late replies. That's interesting -- it's definitely a bug. I won't have time to look into this in the near future, unfortunately, but I'll try to take a look at it the next time I can work on the plugin.