Skip to content

Commit 171285b

Browse files
committed
Create Main.sublime-menu
1 parent d8713d2 commit 171285b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Main.sublime-menu

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[
2+
{
3+
"id": "preferences",
4+
"children":
5+
[
6+
{
7+
"id": "package-settings",
8+
"children":
9+
[
10+
{
11+
"caption": "PythonVoiceCodingPlugin",
12+
"children":
13+
[
14+
{
15+
"caption": "Settings",
16+
"command": "edit_settings",
17+
"args":
18+
{
19+
"base_file": "${packages}/PythonVoiceCodingPlugin/python_voice_coding_plugin.sublime-settings",
20+
"default": "{\n\t$0\n}\n"
21+
}
22+
},
23+
{
24+
"caption": "Argument Queries",
25+
"command": "browse_url",
26+
"args":{
27+
"url":"http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
28+
}
29+
}
30+
]
31+
}
32+
]
33+
}
34+
]
35+
}
36+
]

0 commit comments

Comments
 (0)