Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 487 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 487 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 %>`