blank package
This commit is contained in:
commit
ffbe36efec
12 changed files with 210 additions and 0 deletions
22
menus/ex-mode.cson
Normal file
22
menus/ex-mode.cson
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
||||
'context-menu':
|
||||
'atom-text-editor': [
|
||||
{
|
||||
'label': 'Toggle ex-mode'
|
||||
'command': 'ex-mode:toggle'
|
||||
}
|
||||
]
|
||||
'menu': [
|
||||
{
|
||||
'label': 'Packages'
|
||||
'submenu': [
|
||||
'label': 'ex-mode'
|
||||
'submenu': [
|
||||
{
|
||||
'label': 'Toggle'
|
||||
'command': 'ex-mode:toggle'
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue