Skip to content

Add Elixir and Zig tree-sitter support #31

@thegdsks

Description

@thegdsks

Two more languages worth adding. Both have mature tree-sitter grammars available.

Same process as other languages:

  1. Add grammar dependency
  2. Write export/import extraction queries
  3. Add test fixtures
  4. Update README

Elixir is interesting because module exports work differently (defdelegate, use, import). Zig is straightforward but the pub keyword scoping needs careful handling.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions