-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathMain.sublime-menu
More file actions
executable file
·28 lines (27 loc) · 878 Bytes
/
Main.sublime-menu
File metadata and controls
executable file
·28 lines (27 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{
"caption": "Tools",
"mnemonic": "T",
"id": "tools",
"children":
[
{
"caption": "SublimeServer",
"children":
[
{ "command": "sublimeserver_start", "caption": "Start SublimeServer" },
{ "command": "sublimeserver_stop", "caption": "Stop SublimeServer" },
{ "command": "sublimeserver_restart", "caption": "Restart SublimeServer" },
{ "caption": "-" },
{
"caption": "Settings...",
"command": "open_file",
"args": {
"file": "${packages}/User/SublimeServer.sublime-settings"
}
}
]
}
]
}
]