25 lines
420 B
JSON
25 lines
420 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|