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 %>`