This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.18.0
### Breaking changes The `Language` constructor takes an additional argument that provides the top node type. ### New features `Language` instances now have a `topNode` property giving their top node type. `TreeIndentContext` now has a `continue` method that allows an indenter to defer to the indentation of the parent nodes.