Skip to content

Commit 2efd732

Browse files
authored
Merge pull request #85 from wundervaflja/main-menu-file
Added `Main.sublime-menu` file.
2 parents cf5db01 + 7cbd503 commit 2efd732

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Main.sublime-menu

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{ "id": "preferences",
3+
"children": [
4+
{ "caption": "Package Settings",
5+
"mnemonic": "P",
6+
"id": "package-settings",
7+
"children": [
8+
{ "caption": "Clojure Sublimed",
9+
"children": [
10+
{ "caption": "README",
11+
"command": "open_file",
12+
"args": {
13+
"file": "${packages}/Clojure-Sublimed/README.md"
14+
}
15+
},
16+
{ "caption": "-" },
17+
{ "caption": "Settings",
18+
"command": "edit_settings",
19+
"args": {
20+
"base_file": "${packages}/Clojure-Sublimed/Clojure Sublimed.sublime-settings",
21+
"default": "{\n\t$0\n}\n"
22+
}
23+
},
24+
{ "caption": "Key Bindings",
25+
"command": "edit_settings",
26+
"args": {
27+
"base_file": "${packages}/Clojure-Sublimed/Default (${platform}).sublime-keymap",
28+
"default": "[\n\t$0\n]\n"
29+
}
30+
},
31+
]
32+
}
33+
]
34+
}
35+
]
36+
}
37+
]

0 commit comments

Comments
 (0)