forked from ikatyang/tree-sitter-yaml
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check existing issues?
- I have read all the tree-sitter docs if it relates to using the parser
- I have searched the existing issues
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version
)
No response
Describe the bug
For large definitions, e.g. https://raw.githubusercontent.com/github/rest-api-description/refs/heads/main/descriptions/ghes-2.18/ghes-2.18.yaml an error is raised but there seems to be no actual error in the definition.

Additionally, every line outside of the ones marked as an error (after line 32768) will be wrapped inside of the document:

The error block ends with MISSING _bl
node:

Steps To Reproduce/Bad Parse Tree
Use the example definition in https://tree-sitter.github.io/tree-sitter/7-playground.html.
Expected Behavior/Parse Tree
There should be no error raised.
Repro
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working