26 lines
440 B
JSON
26 lines
440 B
JSON
{
|
|
"context-menu": {
|
|
"atom-text-editor": [
|
|
{
|
|
"label": "Fetch orderthings",
|
|
"command": "orderthings:fetch"
|
|
}
|
|
]
|
|
},
|
|
"menu": [
|
|
{
|
|
"label": "Packages",
|
|
"submenu": [
|
|
{
|
|
"label": "Order all the things!",
|
|
"submenu": [
|
|
{
|
|
"label": "Fetch",
|
|
"command": "orderthings:fetch"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|