bug: Lack of indentation after line break in double quoted string causes parse fail #10
Open
1 of 2 tasks
Labels
bug
Something isn't working
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)tree-sitter 0.22.5 (cdd46888603e06d6474a96c0024907f68242c45f)
Steps To Reproduce/Bad Parse Tree
As far as I can tell this is valid yaml file:
But it produces a bad tree:
Expected Behavior/Parse Tree
Adding additional space after a newline solves the problem somehow:
The same'ish problem occurs with arrays and maps: ikatyang#29
The text was updated successfully, but these errors were encountered: