File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 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" : " AutoMatlab" ,
16+ "children" :
17+ [
18+ {
19+ "command" : " open_file" ,
20+ "args" : {"file" : " ${packages}/AutoMatlab/README.md" },
21+ "caption" : " README"
22+ },
23+ { "caption" : " -" },
24+ {
25+ "command" : " open_file" ,
26+ "args" : {"file" : " ${packages}/AutoMatlab/AutoMatlab.sublime-settings" },
27+ "caption" : " Settings – Default"
28+ },
29+ {
30+ "command" : " open_file" ,
31+ "args" : {"file" : " ${packages}/User/AutoMatlab.sublime-settings" },
32+ "caption" : " Settings – User"
33+ },
34+ { "caption" : " -" },
35+ {
36+ "command" : " open_file" ,
37+ "args" : {
38+ "file" : " ${packages}/AutoMatlab/Default (Windows).sublime-keymap" ,
39+ "platform" : " Windows"
40+ },
41+ "caption" : " Key Bindings – Default"
42+ },
43+ {
44+ "command" : " open_file" ,
45+ "args" : {
46+ "file" : " ${packages}/User/Default (Windows).sublime-keymap" ,
47+ "platform" : " Windows"
48+ },
49+ "caption" : " Key Bindings – User"
50+ },
51+ { "caption" : " -" }
52+ ]
53+ }
54+ ]
55+ }
56+ ]
57+ }
58+ ]
You can’t perform that action at this time.
0 commit comments