Two more languages worth adding. Both have mature tree-sitter grammars available.
Same process as other languages:
- Add grammar dependency
- Write export/import extraction queries
- Add test fixtures
- Update README
Elixir is interesting because module exports work differently (defdelegate, use, import). Zig is straightforward but the pub keyword scoping needs careful handling.
Two more languages worth adding. Both have mature tree-sitter grammars available.
Same process as other languages:
Elixir is interesting because module exports work differently (defdelegate, use, import). Zig is straightforward but the pub keyword scoping needs careful handling.