chore(zed): update grammar revision to 47fafdc

Updated Zed extension to use the latest tree-sitter grammar with
the 'modifies' keyword change. Bumped extension version to 0.3.1.
This commit is contained in:
2026-02-16 23:04:34 +00:00
parent 0590c133c7
commit aeccebbda1

View File

@@ -1,14 +1,14 @@
id = "storybook"
name = "Storybook"
description = "Language support for Storybook narrative DSL"
version = "0.3.0"
version = "0.3.1"
schema_version = 1
authors = ["Storybook Contributors"]
repository = "https://github.com/r3t-studios/storybook"
[grammars.storybook]
repository = "https://github.com/r3t-studios/storybook"
rev = "e6d297420c065387b83783ee6b313a9fa530d271"
rev = "47fafdc2bf911aea939d70ee7e438f5a7b7f53a2"
path = "tree-sitter-storybook"
[language_servers.storybook-lsp]