Skip to content

Instantly share code, notes, and snippets.

@ariellephan
Created February 7, 2017 00:30
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 ariellephan/ffb8b4faa9ff3e519b07195b5d09e3c2 to your computer and use it in GitHub Desktop.
Save ariellephan/ffb8b4faa9ff3e519b07195b5d09e3c2 to your computer and use it in GitHub Desktop.
Enable emmets in handlebars, react for Atom
'atom-text-editor[data-grammar~="jsx"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="text html mustache"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="text html handlebars"]: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