Skip to content

Instantly share code, notes, and snippets.

@tcrowe
Created October 25, 2019 19:56
Show Gist options
  • Save tcrowe/eedeb8a343221c7f0f6cb9f7e29d5d3e to your computer and use it in GitHub Desktop.
Save tcrowe/eedeb8a343221c7f0f6cb9f7e29d5d3e to your computer and use it in GitHub Desktop.
atom editor, emmet, svelte language-specific tab trigger, keymap.cson
# svelte language-specific tab trigger
# NOT source.js scope -------------------------------v
'atom-text-editor[data-grammar="source svelte"]:not(.source.js)':
'tab': 'emmet:expand-abbreviation-with-tab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment