From 50b9ee203421ba5a144e25131522337dd53a6fdd Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Sat, 14 Feb 2026 16:33:51 +0000 Subject: [PATCH] chore(zed): update grammar revision to latest commit Updated rev to 26bbef58d3ade6ce6a3bc0b073102a019fa8f113 which includes the fixed span tracking in LALRPOP parser. --- zed-storybook/extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed-storybook/extension.toml b/zed-storybook/extension.toml index fe68ef0..f53d424 100644 --- a/zed-storybook/extension.toml +++ b/zed-storybook/extension.toml @@ -8,7 +8,7 @@ repository = "https://github.com/r3t-studios/storybook" [grammars.storybook] repository = "https://github.com/r3t-studios/storybook" -rev = "c49b00a2dc094974db4e71716a4a140ecc675832" +rev = "26bbef58d3ade6ce6a3bc0b073102a019fa8f113" path = "tree-sitter-storybook" [language_servers.storybook-lsp]