-
Notifications
You must be signed in to change notification settings - Fork 1
/
Main.sublime-menu
39 lines (38 loc) · 1009 Bytes
/
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
35
36
37
38
39
[
{
"id": "codechef",
"caption": "Codechef",
"children":
[
{
"caption": "Edit Snippet",
"command": "open_file",
"args":
{
"file": "${packages}/Codechef/codechef_c++.sublime-snippet"
}
},
{
"caption": "Edit Build System",
"command": "open_file",
"args":
{
"file": "${packages}/Codechef/codechef_c++.sublime-build"
}
},
{
"caption": "Ideone It!",
"command": "ideone_it",
"mnemonic" : "I"
},
{
"caption": "Settings",
"command": "open_file",
"args":
{
"file": "${packages}/Codechef/codechef_c++.sublime-build"
}
}
]
}
]