Replies: 1 comment
-
Hey @eankit, to get a better understanding I recommend digging a bit into the docs. There is a pretty large section on using parsers that may give you some insight. You can also take a look at our corpus files to get an idea of how things get parsed.
Depending on your editor choice, many of us use https://github.com/nvim-treesitter/playground for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write queries using query language for scala code but I am finding it difficult to read from grammer files,
do we have any sample query code or a few documentations which help me understand query language so that I can write queries for scala and leverage tree sitter scala to the max.
Do we have something similar to this for Scala
https://tree-sitter.github.io/tree-sitter/playground
Beta Was this translation helpful? Give feedback.
All reactions