|
23 | 23 | "caption": "PostCSS Sorting", |
24 | 24 | "children": [ |
25 | 25 | { |
26 | | - "command": "open_file", |
| 26 | + "caption": "Settings", |
| 27 | + "command": "edit_settings", |
27 | 28 | "args": { |
28 | | - "file": "${packages}/PostCSS Sorting/PostCSSSorting.sublime-settings" |
29 | | - }, |
30 | | - "caption": "Settings – Default" |
| 29 | + "base_file": "${packages}/PostCSS Sorting/PostCSSSorting.sublime-settings", |
| 30 | + "default": "${packages}/User/PostCSSSorting.sublime-settings" |
| 31 | + } |
31 | 32 | }, |
32 | 33 | { |
33 | | - "command": "open_file", |
| 34 | + "caption": "Key Bindings", |
| 35 | + "command": "edit_settings", |
34 | 36 | "args": { |
35 | | - "file": "${packages}/User/PostCSSSorting.sublime-settings" |
36 | | - }, |
37 | | - "caption": "Settings – User" |
38 | | - }, |
39 | | - { |
40 | | - "caption": "-" |
41 | | - }, |
42 | | - { |
43 | | - "command": "open_file", |
44 | | - "args": { |
45 | | - "file": "${packages}/PostCSS Sorting/Default (Windows).sublime-keymap", |
46 | | - "platform": "Windows" |
47 | | - }, |
48 | | - "caption": "Key Bindings – Default" |
49 | | - }, |
50 | | - { |
51 | | - "command": "open_file", |
52 | | - "args": { |
53 | | - "file": "${packages}/PostCSS Sorting/Default (OSX).sublime-keymap", |
54 | | - "platform": "OSX" |
55 | | - }, |
56 | | - "caption": "Key Bindings – Default" |
57 | | - }, |
58 | | - { |
59 | | - "command": "open_file", |
60 | | - "args": { |
61 | | - "file": "${packages}/PostCSS Sorting/Default (Linux).sublime-keymap", |
62 | | - "platform": "Linux" |
63 | | - }, |
64 | | - "caption": "Key Bindings – Default" |
65 | | - }, |
66 | | - { |
67 | | - "command": "open_file", |
68 | | - "args": { |
69 | | - "file": "${packages}/User/Default (Windows).sublime-keymap", |
70 | | - "platform": "Windows" |
71 | | - }, |
72 | | - "caption": "Key Bindings – User" |
73 | | - }, |
74 | | - { |
75 | | - "command": "open_file", |
76 | | - "args": { |
77 | | - "file": "${packages}/User/Default (OSX).sublime-keymap", |
78 | | - "platform": "OSX" |
79 | | - }, |
80 | | - "caption": "Key Bindings – User" |
81 | | - }, |
82 | | - { |
83 | | - "command": "open_file", |
84 | | - "args": { |
85 | | - "file": "${packages}/User/Default (Linux).sublime-keymap", |
86 | | - "platform": "Linux" |
87 | | - }, |
88 | | - "caption": "Key Bindings – User" |
89 | | - }, |
90 | | - { "caption": "-" } |
| 37 | + "base_file": "${packages}/PostCSS Sorting/Default ($platform).sublime-keymap", |
| 38 | + "default": "${packages}/User/Default ($platform).sublime-keymap" |
| 39 | + } |
| 40 | + } |
91 | 41 | ] |
92 | 42 | } |
93 | 43 | ] |
|
0 commit comments