Merge pull request #193 from tcarlsen/patch-1

Update selectors to the new Atom API
This commit is contained in:
Glavin Wiechert 2015-02-02 10:45:00 -04:00
commit 617317afcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# See https://atom.io/docs/latest/creating-a-package#menus for more details
'context-menu':
'.workspace .editor:not(.mini)':
'atom-workspace atom-text-editor:not(.mini)':
'Enable atom-beautify': 'beautify:beautify-editor'
'.tree-view .file > .name':
'Beautify File': 'beautify:beautify-file'