forked from iamdjones/sublime-text-browser-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.sublime-menu
executable file
·34 lines (30 loc) · 1.06 KB
/
Main.sublime-menu
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
29
30
31
32
33
34
[
{
"caption":"Browser Sync",
"mnemonic":"B",
"id":"BrowserSync",
"children":
[
{
"caption": "Start File",
"children":
[
{"command":"change_browsersync_index", "args":{"index":0},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":1},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":2},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":3},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":4},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":5},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":6},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":7},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":8},"checkbox":true},
{"command":"change_browsersync_index", "args":{"index":9},"checkbox":true},
]
},
{
"caption":"Launch",
"command":"start_browsersync"
}
]
}
]