Make snippets keymaps valid CSON

Closes #209
This commit is contained in:
Kevin Sawicki
2013-01-30 15:25:03 -08:00
parent 8b3ade2904
commit 45d5e714fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
window.keymap.bindKeys '.editor'
'.editor':
'tab': 'snippets:expand'

View File

@@ -1,6 +1,6 @@
# it's critical that these bindings be loaded after those snippets-1 so they
# are later in the cascade, hence breaking the keymap into 2 files
window.keymap.bindKeys '.editor'
'.editor':
'tab': 'snippets:next-tab-stop'
'shift-tab': 'snippets:previous-tab-stop'