Skip to content

Instantly share code, notes, and snippets.

@rezapadillah
Last active November 29, 2019 13:41
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rezapadillah/c6c813564a80844a3f4059db9ac8e222 to your computer and use it in GitHub Desktop.
Save rezapadillah/c6c813564a80844a3f4059db9ac8e222 to your computer and use it in GitHub Desktop.
Enable Emmet In laravel blade and vue language on atom
1. Go to keymap.cson on your atom editor
2. Copy and paste :
'atom-text-editor[data-grammar="text html php blade"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar~="vue"]: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