From 2a251f60d5c57be1ac0a7f6662ce0646e9f4a768 Mon Sep 17 00:00:00 2001 From: Azarattum <43073346+Azarattum@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:57:33 +0700 Subject: [PATCH] Clarify the state of HTML language support --- src/content/docs/internals/language-support.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/internals/language-support.mdx b/src/content/docs/internals/language-support.mdx index 74f64b878..7b11305a6 100644 --- a/src/content/docs/internals/language-support.mdx +++ b/src/content/docs/internals/language-support.mdx @@ -17,7 +17,7 @@ Legend: | TSX | | | | | | JSON | | | | 🚫 | | JSONC | | | | 🚫 | -| HTML | | | | | +| HTML* | | | | | | [Vue](#html-super-languages-support) | 🟡 | 🟡 | 🟡 | 🟡 | | [Svelte](#html-super-languages-support) | 🟡 | 🟡 | 🟡 | 🟡 | | [Astro](#html-super-languages-support) | 🟡 | 🟡 | 🟡 | 🟡 | @@ -27,6 +27,8 @@ Legend: | [Markdown](https://github.com/biomejs/biome/issues/3718) | ⌛️ | 🚫 | 🚫 | 🚫 | | GritQL | ✅️ | ✅️ | 🚫 | 🚫 | +*\* currently requires [explicit opt-in](https://biomejs.dev/reference/configuration/#html)* + ## JavaScript support Biome supports the ES2024 version of the language.