Updated Zed extension to use the latest tree-sitter grammar with the 'modifies' keyword change. Bumped extension version to 0.3.1.
17 lines
468 B
TOML
17 lines
468 B
TOML
id = "storybook"
|
|
name = "Storybook"
|
|
description = "Language support for Storybook narrative DSL"
|
|
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 = "47fafdc2bf911aea939d70ee7e438f5a7b7f53a2"
|
|
path = "tree-sitter-storybook"
|
|
|
|
[language_servers.storybook-lsp]
|
|
name = "Storybook LSP"
|
|
languages = ["Storybook"]
|