scrooloose / snipmate-snippets

A collection of snippets for snipmate
534 stars 245 forks source link

Add -<tab> and =<tab> triggers for erb tags #21

Closed dgiunta closed 5 years ago

dgiunta commented 13 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.