feat(tree-sitter): add Tree-sitter grammar for Storybook DSL

This commit is contained in:
2026-02-09 22:06:25 +00:00
parent 734eb93f12
commit b100ded3d3
27 changed files with 13383 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"grammars": [
{
"name": "storybook",
"path": ".",
"scope": "source.storybook",
"file-types": ["sb"],
"highlights": ["queries/highlights.scm"],
"injections": ["queries/injections.scm"]
}
],
"bindings": {
"c": {},
"node": {},
"python": {},
"rust": {},
"go": {},
"swift": {}
},
"metadata": {
"version": "0.1.0",
"license": "MIT"
}
}