It would be nice if Endwise could turn the following: ``` erb <% if true %> | ``` into the following: ``` erb <% if true %> | <% end %> ``` (with | being the cursor)