Merge branch 'snippets'

Conflicts:
	src/app/root-view.coffee
This commit is contained in:
Nathan Sobo
2012-06-26 22:58:32 -06:00
24 changed files with 3673 additions and 3788 deletions

View File

@@ -0,0 +1,6 @@
window.keymap.bindKeys '.editor'
'tab': 'snippets:expand'
window.keymap.bindKeys '.editor'
'tab': 'snippets:next-tab-stop'
'shift-tab': 'snippets:previous-tab-stop'