When I press `Cmd+/` (Toggle Line Comment command) I get this: ```erb <!--<%= render @store %>--> ``` instead of this: ```erb <%#= render @store %> ``` Is there a way to fix this and toggle ERB comment tag?