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:
parent
9566a49743
commit
d2ad4ccbfe
|
@ -1,6 +1,6 @@
|
||||||
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
||||||
'context-menu':
|
'context-menu':
|
||||||
'.workspace .editor:not(.mini)':
|
'atom-workspace atom-text-editor:not(.mini)':
|
||||||
'Enable atom-beautify': 'beautify:beautify-editor'
|
'Enable atom-beautify': 'beautify:beautify-editor'
|
||||||
'.tree-view .file > .name':
|
'.tree-view .file > .name':
|
||||||
'Beautify File': 'beautify:beautify-file'
|
'Beautify File': 'beautify:beautify-file'
|
||||||
|
|
Loading…
Reference in New Issue