File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments