diff --git a/zed-storybook/extension.toml b/zed-storybook/extension.toml index 4d93e69..b47aeed 100644 --- a/zed-storybook/extension.toml +++ b/zed-storybook/extension.toml @@ -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]