-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.sublime-menu
39 lines (39 loc) · 1.03 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
35
36
37
38
39
[
{
"id": "tools",
"children":
[
{
"caption": "PML",
"children":
[
{
"caption": "Sublime PML Changelog",
"command": "open_url",
"args": {"url": "https://github.com/tajmone/Sublime-PML/blob/main/CHANGELOG.md"},
},
{
"caption": "Sublime PML User Guide",
"command": "open_url",
"args": {"url": "https://tajmone.github.io/Sublime-PML"},
},
{
"caption": "Sublime PML Repository",
"command": "open_url",
"args": {"url": "https://github.com/tajmone/Sublime-PML"},
},
{
"caption": "PML Website",
"command": "open_url",
"args": {"url": "https://www.pml-lang.dev"},
},
{
"caption": "PML Reference Manual",
"command": "open_url",
"args": {"url": "https://www.pml-lang.dev/docs/reference_manual/index.html"},
},
]
},
]
}
]