|
1 | 1 | [ |
2 | | - { |
3 | | - "id": "tools", |
4 | | - "children": |
5 | | - [ |
6 | | - { |
7 | | - "id": "packages", |
8 | | - "caption": "Packages", |
9 | | - "mnemonic": "P", |
10 | | - "children": |
11 | | - [ |
12 | | - { |
13 | | - "id": "package_dev", |
14 | | - "caption": "Package Development", |
15 | | - "mnemonic": "P", |
16 | | - "children": |
17 | | - [ |
18 | | - { "caption": "New Syntax Definition", |
19 | | - "command": "new_syntax_def" }, |
20 | | - { "caption": "-" }, |
21 | | - { "caption": "New Raw Snippet…", |
22 | | - "command": "new_raw_snippet" }, |
23 | | - { "caption": "New Raw Snippet from Snippet…", |
24 | | - "command": "new_raw_snippet_from_snippet" }, |
25 | | - { "caption": "Generate Snippet from Raw Snippet", |
26 | | - "command": "generate_snippet_from_raw_snippet" } |
27 | | - ] |
28 | | - } |
29 | | - ] |
30 | | - } |
| 2 | + { "id": "tools", |
| 3 | + "children": [ |
| 4 | + { "id": "packages", |
| 5 | + "caption": "Packages", |
| 6 | + "mnemonic": "P", |
| 7 | + "children": [ |
| 8 | + { "id": "package_dev", |
| 9 | + "caption": "Package Development", |
| 10 | + "mnemonic": "P", |
| 11 | + "children": [ |
| 12 | + { "caption": "New Syntax Definition", |
| 13 | + "command": "new_syntax_def" }, |
| 14 | + { "caption": "Convert to YAML and Rearrange Syntax Definition", |
| 15 | + "command": "convert_file", |
| 16 | + "args": { "target_format": "yaml", |
| 17 | + "ext": "YAML-tmLanguage", |
| 18 | + "open_new_file": true, |
| 19 | + "rearrange_yaml_syntax_def": true } |
| 20 | + }, |
| 21 | + { "caption": "Rearrange YAML Syntax Definition", |
| 22 | + "command": "rearrange_yaml_syntax_def" }, |
| 23 | + { "caption": "-" }, |
| 24 | + |
| 25 | + { "caption": "New Raw Snippet…", |
| 26 | + "command": "new_raw_snippet" }, |
| 27 | + { "caption": "New Raw Snippet from Snippet…", |
| 28 | + "command": "new_raw_snippet_from_snippet" }, |
| 29 | + { "caption": "Generate Snippet from Raw Snippet", |
| 30 | + "command": "generate_snippet_from_raw_snippet" }, |
| 31 | + { "caption": "-" }, |
| 32 | + |
| 33 | + { "caption": "New Settings File", |
| 34 | + "command": "new_settings" }, |
| 35 | + { "caption": "New Completions File", |
| 36 | + "command": "new_completions" }, |
| 37 | + { "caption": "New Commands File", |
| 38 | + "command": "new_commands_file" }, |
| 39 | + { "caption": "New Build System", |
| 40 | + "command": "new_build_system2" }, |
| 41 | + { "caption": "New Plugin", |
| 42 | + "command": "new_plugin" } |
| 43 | + ] |
| 44 | + } |
31 | 45 | ] |
32 | | - } |
| 46 | + } |
| 47 | + ] |
| 48 | + } |
33 | 49 | ] |
0 commit comments