Skip to content

Instantly share code, notes, and snippets.

@conradchu
Created December 4, 2012 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conradchu/4206182 to your computer and use it in GitHub Desktop.
Save conradchu/4206182 to your computer and use it in GitHub Desktop.
// ERB hotkey, based on https://github.com/eddorre/SublimeERB
{ "keys": ["ctrl+shift+."], "command": "erb", "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment