Skip to content

Instantly share code, notes, and snippets.

View superjoefly's full-sized avatar

JoeFly superjoefly

  • Boulder, CO
View GitHub Profile
@rezapadillah
rezapadillah / keymap.cson
Last active November 29, 2019 13:41
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'