Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add descriptions to plugins #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"latest": [
{
"name": "dprint-plugin-typescript",
"description": "TypeScript/JavaScript code formatter.",
"selected": true,
"configKey": "typescript",
"fileExtensions": [
Expand All @@ -20,6 +21,7 @@
},
{
"name": "dprint-plugin-json",
"description": "JSON/JSONC code formatter.",
"selected": true,
"configKey": "json",
"fileExtensions": [
Expand All @@ -31,6 +33,7 @@
},
{
"name": "dprint-plugin-markdown",
"description": "Markdown code formatter.",
"selected": true,
"configKey": "markdown",
"fileExtensions": [
Expand All @@ -40,6 +43,7 @@
},
{
"name": "dprint-plugin-toml",
"description": "TOML code formatter.",
"selected": true,
"configKey": "toml",
"fileExtensions": [
Expand All @@ -49,6 +53,7 @@
},
{
"name": "dprint-plugin-dockerfile",
"description": "Dockerfile code formatter.",
"selected": false,
"configKey": "dockerfile",
"fileExtensions": [
Expand All @@ -58,6 +63,7 @@
},
{
"name": "dprint-plugin-biome",
"description": "Biome (JS/TS) wrapper plugin.",
"selected": false,
"configKey": "biome",
"fileExtensions": [
Expand All @@ -74,6 +80,7 @@
},
{
"name": "dprint-plugin-ruff",
"description": "Ruff (Python) wrapper plugin.",
"selected": false,
"configKey": "ruff",
"fileExtensions": [
Expand All @@ -84,6 +91,7 @@
},
{
"name": "dprint-plugin-jupyter",
"description": "Jupyter notebook code block formatter.",
"selected": false,
"configKey": "jupyter",
"fileExtensions": [
Expand All @@ -93,6 +101,7 @@
},
{
"name": "g-plane/malva",
"description": "CSS, SCSS, Sass and Less formatter.",
"selected": true,
"configKey": "malva",
"fileExtensions": [
Expand All @@ -107,6 +116,7 @@
},
{
"name": "g-plane/markup_fmt",
"description": "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter.",
"selected": true,
"configKey": "markup",
"fileExtensions": [
Expand All @@ -124,6 +134,7 @@
},
{
"name": "g-plane/pretty_yaml",
"description": "YAML formatter.",
"selected": true,
"configKey": "yaml",
"fileExtensions": [
Expand All @@ -134,6 +145,7 @@
},
{
"name": "g-plane/pretty_graphql",
"description": "GraphQL formatter.",
"selected": false,
"configKey": "graphql",
"fileExtensions": [
Expand Down