Created
December 1, 2017 16:15
-
-
Save tommymarshall/ffcb9e47bb5b98eb64d2917bb29e9829 to your computer and use it in GitHub Desktop.
Get Emmet tag completion (type 'div' hit TAB) working in JSX files
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
{ | |
"keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": [ | |
{ | |
"operand": "source.js", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" | |
}, | |
{ | |
"key": "selection_empty", | |
"operator": "equal", | |
"operand": true, | |
"match_all": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment