Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created December 1, 2017 16:15
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 tommymarshall/ffcb9e47bb5b98eb64d2917bb29e9829 to your computer and use it in GitHub Desktop.
Save tommymarshall/ffcb9e47bb5b98eb64d2917bb29e9829 to your computer and use it in GitHub Desktop.
Get Emmet tag completion (type 'div' hit TAB) working in JSX files
{
"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