Files

25 lines
420 B
JSON
Raw Permalink Normal View History

{
"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"
}
}