Commit 5bc82ba
1 parent a40c676 commit 5bc82ba
1 file changed
+1
-1
lines changed- .editorconfig+39
- .gitattributes+11
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/workflows/ci.yml+1-1
- CHANGELOG.md+30-1
- CONTRIBUTING.md+27
- Cargo.toml+7-3
- Makefile+8-3
- Package.swift+49
- binding.gyp+9-5
- bindings/c/tree-sitter-erlang.h+18
- bindings/c/tree-sitter-erlang.pc.in+11
- bindings/go/binding.go+14
- bindings/go/binding_test.go+16
- bindings/node/binding.cc+14-22
- bindings/node/binding_test.js+11
- bindings/node/index.d.ts+29
- bindings/node/index.js+4-15
- bindings/python/tests/test_binding.py+13
- bindings/python/tree_sitter_erlang/__init__.py+5
- bindings/python/tree_sitter_erlang/__init__.pyi+2
- bindings/python/tree_sitter_erlang/binding.c+30
- bindings/python/tree_sitter_erlang/py.typed
- bindings/rust/build.rs+10-29
- bindings/rust/lib.rs+23-23
- bindings/swift/TreeSitterErlang/erlang.h+18
- bindings/swift/TreeSitterErlangTests/TreeSitterErlangTests.swift+13
- go.mod+6
- grammar.js+193-15
- package-lock.json+380-30
- package.json+48-7
- pyproject.toml+29
- queries/highlights.scm+229
- setup.py+62
- src/grammar.json+1.4k-183
- src/node-types.json+393-7
- src/parser.c+36.4k-26.9k
- src/scanner.c+199
- src/tree_sitter/alloc.h+56
- src/tree_sitter/array.h+292
- src/tree_sitter/parser.h+55-13
- test/corpus/attributes.txt+168
- test/corpus/doc-attributes.txt+201
- test/corpus/expr.txt+297-35
- test/corpus/fault_tolerance.txt+70-39
- test/corpus/macros.txt+20
- test/corpus/pat_expr.txt+2-1
- test/corpus/string_delimiters.txt+560
- test/corpus/strings.txt+366
- test/highlight/attributes.erl+189
- test/highlight/compile.erl+2.2k
- test/highlight/expressions.erl+32
0 commit comments