Ignore code snippets in comments #913
Unanswered
kellertuer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to wrap my head around the new tree-sitter style since 3.5
In the older format, I could easily exclude code snippets in comments, I can not get that to work. Here is an example in Julia code/comment
vale would complain about the
!
here, which in text/comments is fully ok, but here it is part of the function name !-functions indicate modification of their inputs in Julia. So I would like to not-vale stuff in`...`
inside comments. Can this be done somehow? That would be great!Beta Was this translation helpful? Give feedback.
All reactions