Skip to content

Add Elixir and Zig tree-sitter support #31

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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