forked from Floobits/floobits-sublime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context.sublime-menu
42 lines (42 loc) · 1015 Bytes
/
Context.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
35
36
37
38
39
40
41
42
[
{
"caption": "Floobits",
"children": [
{
"caption": "Floobits::Summon",
"command": "floobits_ping"
},
{
"caption": "Floobits::Clear highlights",
"command": "floobits_clear_highlights"
},
{
"caption": "Floobits::Send Message",
"command": "floobits_prompt_msg"
},
{
"caption": "Floobits::Join room",
"command": "floobits_prompt_join_room"
},
{ "command": "floobits_join_recent_room",
"caption": "Floobits::Join Recent Room"
},
{
"caption": "Floobits::Leave Room",
"command": "floobits_leave_room"
},
{
"caption": "Floobits::Reconnect",
"command": "floobits_rejoin_room"
},
{
"caption": "Floobits::Follow changes",
"command": "floobits_enable_follow_mode"
},
{
"caption": "Floobits::Don't follow changes",
"command": "floobits_disable_follow_mode"
}
]
}
]