No description
- C 85%
- C++ 10.1%
- JavaScript 4.9%
| src | ||
| test/corpus | ||
| .gitignore | ||
| grammar.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tree-sitter.json | ||
tree-sitter-qtml
Tree-sitter grammar for QTML, a QML-inspired template language.
This repository is intentionally standalone. It provides parsing artifacts only and does not depend on the QTML Rust workspace, a language server, Zed APIs, or a Zed extension.
Development
npm install
npm run generate
npm test
The grammar follows the upstream QTML Pest grammar at qtml_core/src/qtml.pest.
License
MIT. See LICENSE.