feat(tree-sitter): add Tree-sitter grammar for Storybook DSL
This commit is contained in:
24
tree-sitter-storybook/tree-sitter.json
Normal file
24
tree-sitter-storybook/tree-sitter.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user