From 04a92fc16e3ae58e2e39a0b56326f900f7b0cd60 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Fri, 1 May 2026 11:51:08 -0700 Subject: [PATCH] Pin grammar rev to scaffold commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zed's [grammars.*] block requires a real Git SHA — "HEAD" does not resolve. Lock to 3f209ef so a fresh `zed: install dev extension` can clone the grammar. Co-Authored-By: Claude Opus 4.7 (1M context) --- extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.toml b/extension.toml index ad60e80..8bd280d 100644 --- a/extension.toml +++ b/extension.toml @@ -12,4 +12,4 @@ repository = "https://github.com/kistaro/zed-p8" # this should point at a public Git URL. [grammars.p8_cart] repository = "file:///Users/norberg/gitea-repos/zed-p8" -rev = "HEAD" +rev = "3f209efa897558e8ecd7aa3612846dc12798b0bb"