Skip to content

Instantly share code, notes, and snippets.

View femontanha's full-sized avatar

Fellipe Azambuja femontanha

  • Brazil
View GitHub Profile
@femontanha
femontanha / tab-trigger.js
Created September 17, 2016 04:41 — forked from wesbos/tab-trigger.js
How to properly get a TAB trigger working with Emmet inside of JSX
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
// put comma-separated syntax selectors for which
// you want to expandEmmet abbreviations into "operand" key
// instead of SCOPE_SELECTOR.
// Examples: source.js, text.html - source
"context": [
{