|
4 | 4 | "latest": [ |
5 | 5 | { |
6 | 6 | "name": "dprint-plugin-typescript", |
| 7 | + "description": "TypeScript/JavaScript code formatter.", |
7 | 8 | "selected": true, |
8 | 9 | "configKey": "typescript", |
9 | 10 | "fileExtensions": [ |
|
20 | 21 | }, |
21 | 22 | { |
22 | 23 | "name": "dprint-plugin-json", |
| 24 | + "description": "JSON/JSONC code formatter.", |
23 | 25 | "selected": true, |
24 | 26 | "configKey": "json", |
25 | 27 | "fileExtensions": [ |
|
31 | 33 | }, |
32 | 34 | { |
33 | 35 | "name": "dprint-plugin-markdown", |
| 36 | + "description": "Markdown code formatter.", |
34 | 37 | "selected": true, |
35 | 38 | "configKey": "markdown", |
36 | 39 | "fileExtensions": [ |
|
40 | 43 | }, |
41 | 44 | { |
42 | 45 | "name": "dprint-plugin-toml", |
| 46 | + "description": "TOML code formatter.", |
43 | 47 | "selected": true, |
44 | 48 | "configKey": "toml", |
45 | 49 | "fileExtensions": [ |
|
49 | 53 | }, |
50 | 54 | { |
51 | 55 | "name": "dprint-plugin-dockerfile", |
| 56 | + "description": "Dockerfile code formatter.", |
52 | 57 | "selected": false, |
53 | 58 | "configKey": "dockerfile", |
54 | 59 | "fileExtensions": [ |
|
58 | 63 | }, |
59 | 64 | { |
60 | 65 | "name": "dprint-plugin-biome", |
| 66 | + "description": "Biome (JS/TS) wrapper plugin.", |
61 | 67 | "selected": false, |
62 | 68 | "configKey": "biome", |
63 | 69 | "fileExtensions": [ |
|
74 | 80 | }, |
75 | 81 | { |
76 | 82 | "name": "dprint-plugin-ruff", |
| 83 | + "description": "Ruff (Python) wrapper plugin.", |
77 | 84 | "selected": false, |
78 | 85 | "configKey": "ruff", |
79 | 86 | "fileExtensions": [ |
|
84 | 91 | }, |
85 | 92 | { |
86 | 93 | "name": "dprint-plugin-jupyter", |
| 94 | + "description": "Jupyter notebook code block formatter.", |
87 | 95 | "selected": false, |
88 | 96 | "configKey": "jupyter", |
89 | 97 | "fileExtensions": [ |
|
93 | 101 | }, |
94 | 102 | { |
95 | 103 | "name": "g-plane/malva", |
| 104 | + "description": "CSS, SCSS, Sass and Less formatter.", |
96 | 105 | "selected": true, |
97 | 106 | "configKey": "malva", |
98 | 107 | "fileExtensions": [ |
|
107 | 116 | }, |
108 | 117 | { |
109 | 118 | "name": "g-plane/markup_fmt", |
| 119 | + "description": "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter.", |
110 | 120 | "selected": true, |
111 | 121 | "configKey": "markup", |
112 | 122 | "fileExtensions": [ |
|
124 | 134 | }, |
125 | 135 | { |
126 | 136 | "name": "g-plane/pretty_yaml", |
| 137 | + "description": "YAML formatter.", |
127 | 138 | "selected": true, |
128 | 139 | "configKey": "yaml", |
129 | 140 | "fileExtensions": [ |
|
134 | 145 | }, |
135 | 146 | { |
136 | 147 | "name": "g-plane/pretty_graphql", |
| 148 | + "description": "GraphQL formatter.", |
137 | 149 | "selected": false, |
138 | 150 | "configKey": "graphql", |
139 | 151 | "fileExtensions": [ |
|
0 commit comments