1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
atom-minisuite/menus/minisuite.cson

23 lines
468 B
Plaintext

# # See https://atom.io/docs/latest/hacking-atom-package-word-count#menus for more details
# 'context-menu':
# 'atom-text-editor': [
# {
# 'label': 'Toggle minisuite'
# 'command': 'minisuite:toggle'
# }
# ]
# 'menu': [
# {
# 'label': 'Packages'
# 'submenu': [
# 'label': 'minisuite'
# 'submenu': [
# {
# 'label': 'Toggle'
# 'command': 'minisuite:toggle'
# }
# ]
# ]
# }
# ]