Skeleton grammar supporting blocks, comments, strings, numbers, and identifiers. Full DQL keyword support planned for Phase 2.
36 lines
619 B
JSON
36 lines
619 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "dql",
|
|
"camelcase": "dql",
|
|
"scope": "source.dql",
|
|
"path": ".",
|
|
"file-types": [
|
|
"dql",
|
|
"dgraph"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Tree-sitter grammar for Dgraph DQL",
|
|
"authors": [
|
|
{
|
|
"name": "idchlife"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://sevastopol.overwatch.su/idchlife/zed-tree-sitter-dql"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"node": false,
|
|
"rust": false,
|
|
"go": false,
|
|
"python": false,
|
|
"swift": false
|
|
}
|
|
}
|