Go to file
Michael Davis 24a9eaeaa9
highlight calls to erlang modules as types (#5)
* highlight calls to erlang modules as types

* Add test

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-10-12 23:11:14 +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 highlight calls to erlang modules as types (#5) 2021-10-12 23:11:14 +02:00
scripts Add script for testing the parser against popular repositories 2021-09-29 21:41:10 +02:00
src Generate parser 2021-10-04 08:26:45 +00:00
test highlight calls to erlang modules as types (#5) 2021-10-12 23:11:14 +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 Parse digits in sigil modifiers (#3) 2021-10-04 10:26:04 +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.