tree-sitter-d2/package.json

18 lines
274 B
JSON
Raw Permalink Normal View History

2022-12-04 00:07:26 +03:00
{
"name": "tree-sitter-d2",
"version": "1.0.0",
"description": "",
"main": "grammar.js",
"author": "",
2022-12-07 11:58:45 +03:00
"license": "ISC",
"tree-sitter": [
{
"scope": "source.d2",
"file-types": [
"d2"
],
"injection-regex": "^d2$"
}
]
2022-12-04 00:07:26 +03:00
}