-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7edb2dc
commit 61a4c8f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule erlang
updated
22 files
+15 −1 | CHANGELOG.md | |
+27 −0 | CONTRIBUTING.md | |
+4 −3 | Cargo.toml | |
+6 −0 | Makefile | |
+16 −0 | bindings/node/index.js | |
+16 −0 | bindings/rust/build.rs | |
+19 −1 | bindings/rust/lib.rs | |
+116 −7 | grammar.js | |
+11 −28 | package-lock.json | |
+16 −2 | package.json | |
+228 −0 | queries/highlights.scm | |
+623 −43 | src/grammar.json | |
+387 −3 | src/node-types.json | |
+32,279 −26,169 | src/parser.c | |
+168 −0 | test/corpus/attributes.txt | |
+289 −34 | test/corpus/expr.txt | |
+47 −39 | test/corpus/fault_tolerance.txt | |
+20 −0 | test/corpus/macros.txt | |
+2 −1 | test/corpus/pat_expr.txt | |
+189 −0 | test/highlight/attributes.erl | |
+2,183 −0 | test/highlight/compile.erl | |
+32 −0 | test/highlight/expressions.erl |