Skip to content

Commit cc8cd4c

Browse files
authored
feat: add descriptions to plugins (#27)
1 parent 76cf446 commit cc8cd4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

info.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"latest": [
55
{
66
"name": "dprint-plugin-typescript",
7+
"description": "TypeScript/JavaScript code formatter.",
78
"selected": true,
89
"configKey": "typescript",
910
"fileExtensions": [
@@ -20,6 +21,7 @@
2021
},
2122
{
2223
"name": "dprint-plugin-json",
24+
"description": "JSON/JSONC code formatter.",
2325
"selected": true,
2426
"configKey": "json",
2527
"fileExtensions": [
@@ -31,6 +33,7 @@
3133
},
3234
{
3335
"name": "dprint-plugin-markdown",
36+
"description": "Markdown code formatter.",
3437
"selected": true,
3538
"configKey": "markdown",
3639
"fileExtensions": [
@@ -40,6 +43,7 @@
4043
},
4144
{
4245
"name": "dprint-plugin-toml",
46+
"description": "TOML code formatter.",
4347
"selected": true,
4448
"configKey": "toml",
4549
"fileExtensions": [
@@ -49,6 +53,7 @@
4953
},
5054
{
5155
"name": "dprint-plugin-dockerfile",
56+
"description": "Dockerfile code formatter.",
5257
"selected": false,
5358
"configKey": "dockerfile",
5459
"fileExtensions": [
@@ -58,6 +63,7 @@
5863
},
5964
{
6065
"name": "dprint-plugin-biome",
66+
"description": "Biome (JS/TS) wrapper plugin.",
6167
"selected": false,
6268
"configKey": "biome",
6369
"fileExtensions": [
@@ -74,6 +80,7 @@
7480
},
7581
{
7682
"name": "dprint-plugin-ruff",
83+
"description": "Ruff (Python) wrapper plugin.",
7784
"selected": false,
7885
"configKey": "ruff",
7986
"fileExtensions": [
@@ -84,6 +91,7 @@
8491
},
8592
{
8693
"name": "dprint-plugin-jupyter",
94+
"description": "Jupyter notebook code block formatter.",
8795
"selected": false,
8896
"configKey": "jupyter",
8997
"fileExtensions": [
@@ -93,6 +101,7 @@
93101
},
94102
{
95103
"name": "g-plane/malva",
104+
"description": "CSS, SCSS, Sass and Less formatter.",
96105
"selected": true,
97106
"configKey": "malva",
98107
"fileExtensions": [
@@ -107,6 +116,7 @@
107116
},
108117
{
109118
"name": "g-plane/markup_fmt",
119+
"description": "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter.",
110120
"selected": true,
111121
"configKey": "markup",
112122
"fileExtensions": [
@@ -124,6 +134,7 @@
124134
},
125135
{
126136
"name": "g-plane/pretty_yaml",
137+
"description": "YAML formatter.",
127138
"selected": true,
128139
"configKey": "yaml",
129140
"fileExtensions": [
@@ -134,6 +145,7 @@
134145
},
135146
{
136147
"name": "g-plane/pretty_graphql",
148+
"description": "GraphQL formatter.",
137149
"selected": false,
138150
"configKey": "graphql",
139151
"fileExtensions": [

0 commit comments

Comments
 (0)