Elixir grammar for tree-sitter https://elixir-lang.org/tree-sitter-elixir
Find a file
2026-03-13 14:39:46 +01:00
.github Fix publish workflow 2026-03-02 14:28:33 +01:00
bindings Do not ignore header files in C bindings 2026-03-03 14:23:11 +01:00
docs Parse anonymous function with no clauses (#78) 2024-12-09 15:13:27 +01:00
queries Add support for BASH injections (#89) 2026-03-13 14:39:46 +01:00
scripts Add script for testing the parser against popular repositories 2021-09-29 21:41:10 +02:00
src Generate parser 2024-12-09 14:40:42 +00:00
test Parse anonymous function with no clauses (#78) 2024-12-09 15:13:27 +01:00
.clang-format Rewrite the scanner in C (#56) 2023-06-20 00:26:27 +02:00
.editorconfig Update versions and requirements (#66) 2024-04-08 18:46:12 +02:00
.gitattributes Rewrite the scanner in C (#56) 2023-06-20 00:26:27 +02:00
.gitignore Do not ignore header files in C bindings 2026-03-03 14:23:11 +01:00
binding.gyp Update to tree-sitter 0.23 (#70) 2024-09-06 17:47:43 +02:00
Cargo.toml Release v0.3.5 2026-03-02 14:24:49 +01:00
CHANGELOG.md Release v0.3.5 2026-03-02 14:24:49 +01:00
CMakeLists.txt Release v0.3.5 2026-03-02 14:24:49 +01:00
go.mod Update to tree-sitter 0.23 (#70) 2024-09-06 17:47:43 +02:00
go.sum Update to tree-sitter 0.23 (#70) 2024-09-06 17:47:43 +02:00
grammar.js Format with commas 2024-12-09 22:44:58 +08:00
LICENSE Add license 2021-09-30 14:40:11 +02:00
Makefile Release v0.3.5 2026-03-02 14:24:49 +01:00
NOTICE Add license 2021-09-30 14:40:11 +02:00
package-lock.json Release v0.3.5 2026-03-02 14:24:49 +01:00
package.json Release v0.3.5 2026-03-02 14:24:49 +01:00
Package.swift Rewrite the scanner in C (#56) 2023-06-20 00:26:27 +02:00
pyproject.toml Release v0.3.5 2026-03-02 14:24:49 +01:00
README.md Update README.md 2022-04-02 11:39:21 +02:00
setup.py Update setup.py and pyproject.toml 2025-02-07 01:27:08 +07:00
tree-sitter.json Release v0.3.5 2026-03-02 14:24:49 +01:00

tree-sitter-elixir

Test

Elixir grammar for tree-sitter.

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

Development

See the docs for more details.