Go to file
Jonatan Kłosko 3817c5f986 Wording fixes 2021-09-30 16:44:26 +02:00
.github/workflows Automate parser generation 2021-09-30 12:42:15 +02:00
bindings Generate files 2021-09-01 16:44:03 +02:00
docs Wording fixes 2021-09-30 16:44:26 +02:00
queries Add highlight rules 2021-09-29 18:45:17 +02:00
scripts Add script for testing the parser against popular repositories 2021-09-29 21:41:10 +02:00
src Use the same AST node for all identifiers 2021-09-29 12:44:04 +02:00
test Add highlighting tests 2021-09-29 19:44:04 +02:00
.gitattributes Add .gitattributes 2021-09-30 12:57:11 +02:00
.gitignore Cleanup and documentation 2021-09-28 16:03:43 +02:00
Cargo.toml Add license 2021-09-30 14:40:11 +02:00
LICENSE Add license 2021-09-30 14:40:11 +02:00
NOTICE Add license 2021-09-30 14:40:11 +02:00
README.md Add test workflow 2021-09-30 12:36:21 +02:00
binding.gyp Initial parser implementation 2021-09-25 02:34:29 +02:00
grammar.js Add script for testing the parser against popular repositories 2021-09-29 21:41:10 +02:00
package-lock.json Add license 2021-09-30 14:40:11 +02:00
package.json Add license 2021-09-30 14:40:11 +02:00

README.md

tree-sitter-elixir

Test

Elixir grammar for tree-sitter.

Development

See the docs for more details.