Created
September 24, 2015 15:44
-
-
Save ivorpad/e53e8afe4026afcdd16a to your computer and use it in GitHub Desktop.
Emmet Tab Expansion for ERB in Atom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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