Comment on Show HN: CLI tool for detecting non-exact code duplication with embedding modelsComments−romanoonhn2moLooks very cool! I'd be very interested in applying this to my Elixir projects. What does it take to add proper support for a new language?−rkochanowskiOP2moIt can be added with https://pypi.org/project/tree-sitter-elixir/ similar to other languages. I will add this and plan to release a new version today.−rkochanowskiOP2moElixir was added in the latest release.
Comments
Looks very cool! I'd be very interested in applying this to my Elixir projects. What does it take to add proper support for a new language?
It can be added with https://pypi.org/project/tree-sitter-elixir/ similar to other languages. I will add this and plan to release a new version today.
Elixir was added in the latest release.