-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comment has white space in end of line #12
Comments
Hi @zoomer-k , I am not sure what the issue is here. The output of
Please first make sure it is not a tool related issue instead of a parser error running the |
Hi @gmlarumbe
tree-sitter 0.22.2 (fc15f621334a262039ffaded5937e2844f88da61) |
Hi @zoomer-k , It seems it might be because of CRLF Windows format for newlines. Can you try updating tree-sitter to the latest release and check the result of the parsed tree? Thanks! |
Hi @gmlarumbe could you update repository for latest tree-sitter? |
first line parse
//test1;
second line parse
//test2;
is this the expected behavior?
The text was updated successfully, but these errors were encountered: