Go to file
Jonatan Kłosko 1b3ecf7765
Rename module highlight token (#16)
* Rename module highlight token

* Fix CRLF in scanner lookahead
2021-12-15 23:29:48 +01:00
.github Add issue template 2021-10-22 18:07:49 +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 Rename module highlight token (#16) 2021-12-15 23:29:48 +01:00
scripts Add script for testing the parser against popular repositories 2021-09-29 21:41:10 +02:00
src Rename module highlight token (#16) 2021-12-15 23:29:48 +01:00
test Rename module highlight token (#16) 2021-12-15 23:29:48 +01: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 Make hidden scanned tokens visible as regular literals (#10) 2021-10-14 20:10: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.