We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a293ee commit e310569Copy full SHA for e310569
Main.sublime-menu
@@ -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
13
14
15
+ "caption": "AutoFileName",
16
17
18
19
+ "command": "open_file",
20
+ "args": {"file": "${packages}/AutoFileName/autofilename.sublime-settings"},
21
+ "caption": "Settings – Default"
22
+ },
23
24
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