Skip to content
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

Using Neogen AST parsing for Syntax highlighting #141

Closed
OussamaSaoudi opened this issue May 15, 2023 · 1 comment
Closed

Using Neogen AST parsing for Syntax highlighting #141

OussamaSaoudi opened this issue May 15, 2023 · 1 comment

Comments

@OussamaSaoudi
Copy link

I have Neogen enabled in my editor but when using the treesitter playground, Im not able to see the abstract syntax tree for the comment. Is it possible to make use of Neogen's parsing?

@danymat
Copy link
Owner

danymat commented May 22, 2023

Hello :)
Neogen does not provide AST for comments, but if some exist, that could help us improve the application (automatic update of the annotations, see #65).
Neogen builds upon languages AST, to fetch relevant data from your code and create the annotations. For this, it doesn't need any AST for comments.

Hope I provided the answer you were searching ! :)

@danymat danymat closed this as completed May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants