updating selectors to the new atom API

atom-beautify
  menus/atom-beautify.cson
    Use the `atom-workspace` tag instead of the `workspace` class.
    Use the `atom-text-editor` tag instead of the `editor` class.
This commit is contained in:
Thomas Carlsen 2015-01-26 14:50:25 +01:00
parent 9566a49743
commit d2ad4ccbfe
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'