2014-03-04 00:07:45 -07:00
|
|
|
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
|
|
|
'context-menu':
|
2015-01-26 06:50:25 -07:00
|
|
|
'atom-workspace atom-text-editor:not(.mini)':
|
2015-01-01 20:34:04 -07:00
|
|
|
'Enable atom-beautify': 'beautify:beautify-editor'
|
|
|
|
'.tree-view .file > .name':
|
|
|
|
'Beautify File': 'beautify:beautify-file'
|
|
|
|
'.tree-view .directory > .header > .name':
|
|
|
|
'Beautify Directory': 'beautify:beautify-directory'
|
2014-03-04 00:07:45 -07:00
|
|
|
|
|
|
|
'menu': [
|
|
|
|
{
|
|
|
|
'label': 'Packages'
|
|
|
|
'submenu': [
|
|
|
|
'label': 'Beautify'
|
2015-01-01 20:34:04 -07:00
|
|
|
'command': 'beautify:beautify-editor'
|
2014-03-04 00:07:45 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|