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 867cc63 commit cf3fd5cCopy full SHA for cf3fd5c
Main.sublime-menu
@@ -0,0 +1,32 @@
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": "MacDictionary",
16
17
18
19
+ "caption": "Settings",
20
+ "command": "edit_settings",
21
+ "args": {
22
+ "base_file": "${packages}/MacDictionary/MacDictionary.sublime-settings",
23
+ "default": "{\n \"brute_mode\": false\n}"
24
+ }
25
26
+ ]
27
28
29
30
31
32
+]
0 commit comments