Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 692 Bytes

README.md

File metadata and controls

39 lines (36 loc) · 692 Bytes

ERB-Sublime-Snippets

A collection of sublime text snippets useful for writing erb

##Snippets and Bindings

Snippet Tab Trigger Output
ERB tags __er__ `<% %>`
print ERB tags __pe__ `<%= %>`
`if` block __if__ `<% if %>...<% end %>`
`if` / `else` block __ife__ `<% if %>...<% else %>...<% end %>`
`end` block __end__ `<% end %>`