17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
|
'context-menu':
|
|
'.workspace .editor:not(.mini)':
|
|
'Enable atom-beautify': 'beautify:editor'
|
|
'.tree-view li[is="tree-view-file"].file.entry':
|
|
'Beautify File': 'beautify:file'
|
|
|
|
'menu': [
|
|
{
|
|
'label': 'Packages'
|
|
'submenu': [
|
|
'label': 'Beautify'
|
|
'command': 'beautify:editor'
|
|
]
|
|
}
|
|
]
|