tree-sitter-elixir 0.3.5

Elixir grammar for the tree-sitter parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tree-sitter-elixir

[![Test](https://github.com/elixir-lang/tree-sitter-elixir/actions/workflows/test.yml/badge.svg)](https://github.com/elixir-lang/tree-sitter-elixir/actions/workflows/test.yml)

Elixir grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

Ready for production. Currently used by GitHub itself for source code highlighting and code navigation.

## Development

See [the docs](./docs/index.md) for more details.