mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Currently, a symbol listed in both `supertypes` and `inline` produces a phantom supertype entry in `node-types.json` for a rule that can never appear in a tree. `intern_symbols` now drops the supertype with a warning. A hard error would break 29 published grammars, including python, go, ruby, rust, and scala, so that that decision is deferred to the next breaking release. Fixes #5218 |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| generate | ||
| highlight | ||
| language | ||
| loader | ||
| tags | ||
| xtask | ||