Created
October 25, 2019 19:56
-
-
Save tcrowe/eedeb8a343221c7f0f6cb9f7e29d5d3e to your computer and use it in GitHub Desktop.
atom editor, emmet, svelte language-specific tab trigger, keymap.cson
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
# 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