Last active
November 29, 2019 13:41
-
-
Save rezapadillah/c6c813564a80844a3f4059db9ac8e222 to your computer and use it in GitHub Desktop.
Enable Emmet In laravel blade and vue language on atom
This file contains 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
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