Open gww-fuel opened 11 months ago
Hey @gww-fuel thanks for the issue. Not sure if you have seen this repo? https://github.com/FuelLabs/tree-sitter-sway
We already have tree sitter grammar for sway in the repo. Let me know if there was something else you think is missing from that implementation :)
How could I have missed it! Thank you!
Let's try to add it to tools like grep-ast etc!
There are tools like grep-ast that are great for programmers:
they support variety of languages (e.g.
rust -
$ grep-ast --languages` : https://github.com/paul-gauthier/grep-ast (btw. can be also installed via pipx install grep-ast),As backend some of these tools use libraries like:
to be part of big family of parsers.
I was wondering where to put such feature request to consider adding Sway support to tree-sitter to enable tools that use it to parse.
I know team is busy with launch, I wish github issues would have option "schedule submitting new issue" so I could schedule it for next year to not forget :).