Tree-sitter grammar for the Heta modeling language.
This package is aimed at editor support: syntax highlighting, bracket matching, indentation, and structural navigation.
- heta-parser - reference parser and grammar source
- zed-heta - Zed editor support for Heta
- Heta syntax specification: https://hetalang.github.io/specifications/syntax.html
npm install
npm run generate
npm test