From fc6a999204ffecf155b4c10e73c47871e1cde73c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:12:36 +0000 Subject: [PATCH 1/3] Initial plan From 863e2d1ace1bad570ac6072ffdaeda2aeaf1fed9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:14:56 +0000 Subject: [PATCH 2/3] Add SQL to supported languages list Co-authored-by: thedadams <3682717+thedadams@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82f7272..43696c4 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The table below lists each language’s comment injection status: ✅ supported; | Rust | ✅ | https://github.com/zed-industries/zed/pull/39714 | | Scala | ✅ | N/A | | Scheme | ✅ | https://github.com/zed-extensions/scheme/pull/5 | +| SQL | ✅ | https://github.com/zed-extensions/sql/pull/38 | | Svelte | ✅ | https://github.com/zed-extensions/svelte/pull/52 | | Swift | ✅ | https://github.com/zed-extensions/swift/pull/43 | | Terraform/HCL | ✅ | https://github.com/zed-extensions/terraform/pull/7 | From d97e330994d6d1a5ba14ef57dc785de556a72a02 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:17:42 +0000 Subject: [PATCH 3/3] Change SQL status to pending (PR not merged yet) Co-authored-by: thedadams <3682717+thedadams@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43696c4..8cd0287 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ The table below lists each language’s comment injection status: ✅ supported; | Rust | ✅ | https://github.com/zed-industries/zed/pull/39714 | | Scala | ✅ | N/A | | Scheme | ✅ | https://github.com/zed-extensions/scheme/pull/5 | -| SQL | ✅ | https://github.com/zed-extensions/sql/pull/38 | +| SQL | ⚠️ | https://github.com/zed-extensions/sql/pull/38 | | Svelte | ✅ | https://github.com/zed-extensions/svelte/pull/52 | | Swift | ✅ | https://github.com/zed-extensions/swift/pull/43 | | Terraform/HCL | ✅ | https://github.com/zed-extensions/terraform/pull/7 |