Closed dgiunta closed 5 years ago
This adds two snippet files to the eruby bundle for inserting raw erb tags into an erb file.
- inserts: <%- %>
and
= inserts: <%= %>
Both snippets leave the cursor in the center of the erb tag ready to start typing some stuff.
This adds two snippet files to the eruby bundle for inserting raw erb tags into an erb file.
- inserts:
<%- %>
and
= inserts:
<%= %>
Both snippets leave the cursor in the center of the erb tag ready to start typing some stuff.