Skip to content

Tree-sitter bindings for the Elixir programming language

Notifications You must be signed in to change notification settings

linearforest/elixir-tree-sitter

Repository files navigation

tree_sitter

Elixir bindings to tree-sitter via a Rust NIF. Currently only has support for parsing web technologies: HTML, CSS, and JS.

This library is a work in progress and not meant for general use.

Installation

def deps do
  [
    {:tree_sitter, github: "linearforest/elixir-tree-sitter"}
  ]
end

About

Tree-sitter bindings for the Elixir programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published