tree-sitter-elixir/README.md

12 lines
449 B
Markdown
Raw Permalink Normal View History

2021-09-28 14:00:35 +00:00
# tree-sitter-elixir
2021-09-30 10:36:21 +00:00
[![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)
2021-09-28 14:00:35 +00:00
Elixir grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
2022-04-02 09:39:21 +00:00
Ready for production. Currently used by GitHub itself for source code highlighting and code navigation.
2021-09-28 14:00:35 +00:00
## Development
2021-09-29 18:33:13 +00:00
See [the docs](./docs/index.md) for more details.