Skip to content

Instantly share code, notes, and snippets.

@ivorpad
Created September 24, 2015 15:44
Show Gist options
  • Save ivorpad/e53e8afe4026afcdd16a to your computer and use it in GitHub Desktop.
Save ivorpad/e53e8afe4026afcdd16a to your computer and use it in GitHub Desktop.
Emmet Tab Expansion for ERB in Atom
# Expands Emmet with Tab in ERB files.
# Go to Atom/Open Your Keymap and paste this line.
'atom-text-editor[data-grammar="text html erb"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment