-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add tree-sitter-comment #1300
add tree-sitter-comment #1300
Conversation
Is there any way to inject this without manually specifying it in the corresponding |
I think you have to do it manually for all :/ We could try enabling a 'hidden' ((comment) @injection.content
(#set! injection.language "comment")) but that might break or not work on languages that have different names for comment nodes (like languages that have different block and line comments) |
Seems like |
Oh, I thought modification to the code base is required. |
Thanks! 🎉 |
Hi, |
@bestouff Which language did you use? The TODO support needs to be added to the language highlights. |
Make sure you |
That was it. Thanks to all of you ! |
closes #1164
builds on #1170