Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elixir-lang/tree-sitter-elixir
Elixir grammar for tree-sitter
https://github.com/elixir-lang/tree-sitter-elixir
elixir parser tree-sitter
Last synced: about 1 month ago
JSON representation
Elixir grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/elixir-lang/tree-sitter-elixir
- Owner: elixir-lang
- License: apache-2.0
- Created: 2021-09-30T10:30:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:48:45.000Z (2 months ago)
- Last Synced: 2024-09-26T20:51:34.156Z (about 2 months ago)
- Topics: elixir, parser, tree-sitter
- Language: JavaScript
- Homepage: https://elixir-lang.org/tree-sitter-elixir
- Size: 7.74 MB
- Stars: 245
- Watchers: 13
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.