You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using tree-sitter for parsing C++ files, and I have encountered an issue where the parser is not consistently recognizing comments in macro definitions.
I am currently using tree-sitter for parsing C++ files, and I have encountered an issue where the parser is not consistently recognizing comments in macro definitions.
Steps to Reproduce:
A C++ file containing the following lines:
Here is go test code
Output:
Expected Result:
Output two inline comment.
Actual Result:
got one inline comment.
Environment:
os: linux ubuntu 22 and macos
go version: 1.22.4
go-tree-sitter version: v0.0.0-20240625050157-a31a98a7c0f6
The text was updated successfully, but these errors were encountered: