Skip to content

Commit e310569

Browse files
author
Liam Cain
committed
Added settings file to Preferences menu
1 parent 3a293ee commit e310569

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Main.sublime-menu

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[
2+
{
3+
"caption": "Preferences",
4+
"mnemonic": "n",
5+
"id": "preferences",
6+
"children":
7+
[
8+
{
9+
"caption": "Package Settings",
10+
"mnemonic": "P",
11+
"id": "package-settings",
12+
"children":
13+
[
14+
{
15+
"caption": "AutoFileName",
16+
"children":
17+
[
18+
{
19+
"command": "open_file",
20+
"args": {"file": "${packages}/AutoFileName/autofilename.sublime-settings"},
21+
"caption": "Settings – Default"
22+
},
23+
{
24+
"command": "open_file",
25+
"args": {"file": "${packages}/User/Preferences.sublime-settings"},
26+
"caption": "Settings – User"
27+
},
28+
{ "caption": "-" }
29+
]
30+
}
31+
]
32+
}
33+
]
34+
}
35+
]

0 commit comments

Comments
 (0)