Skip to content

Commit

Permalink
update language support
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 25, 2024
1 parent 800c0a5 commit 8a47681
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 47 deletions.
88 changes: 44 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/commands/supported-languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ export async function onSupportedLanguagesSlashCommand(interaction: APIApplicati
return reply(InteractionResponseType.ChannelMessageWithSource, {
content: dedent`
### ✅ Full Support
JavaScript, TypeScript, JSX, JSON, JSONC
JavaScript, TypeScript, JSX, JSON, JSONC, CSS, GraphQL
### ⚠️ Partial Support
[Astro, Vue, Svelte](<https://github.com/biomejs/biome/issues/1719>) (Embedded JS only)
### ⏳ Working on it!
[CSS](<https://github.com/biomejs/biome/issues/1285>), [GraphQL](<https://github.com/biomejs/biome/issues/1927>)\*, [YAML](<https://github.com/biomejs/biome/issues/2365>)\*
HTML, [YAML](<https://github.com/biomejs/biome/issues/2365>)\*, Markdown
### ❓ Not yet
HTML, Markdown
Astro, Vue, Svelte (Full language support)
\*Community contribution
Expand Down

0 comments on commit 8a47681

Please sign in to comment.