Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michalvalasek/2788317 to your computer and use it in GitHub Desktop.
Save michalvalasek/2788317 to your computer and use it in GitHub Desktop.
ERB snippet + keybinding for Sublime Text 2
[
{
"keys": ["command+shift+."],
"command": "insert_snippet",
"args": {"name": "Packages/User/erb.sublime-snippet"}
}
]
<snippet>
<content><![CDATA[
<%= ${1} %>
]]></content>
<tabTrigger>erb</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment