Files
idchlife f249538fdd Initial tree-sitter grammar for Dgraph DQL
Skeleton grammar supporting blocks, comments, strings, numbers,
and identifiers. Full DQL keyword support planned for Phase 2.
2026-02-04 15:17:47 +03:00

9 lines
76 B
Plaintext

# A simple block structure
myquery {
name
age
friend {
name
}
}