Commit e7264e6
1 parent 55fb529 commit e7264e6
1 file changed
+1
-1
lines changed- .editorconfig+39
- .gitattributes+11
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/workflows/ci.yml+5-9
- CHANGELOG.md+49-1
- CONTRIBUTING.md+27
- Cargo.toml+7-3
- Makefile+9-4
- 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+281-34
- package-lock.json+369-30
- package.json+49-7
- pyproject.toml+29
- queries/highlights.scm+229
- setup.py+62
- src/grammar.json+1.8k-316
- src/node-types.json+555-5
- src/parser.c+56.6k-31.3k
- 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/expected_errors.txt+25-24
- test/corpus/expr.txt+1.8k-35
- test/corpus/fault_tolerance.txt+89-38
- test/corpus/fragment.txt+93
- test/corpus/macros.txt+20
- test/corpus/pat_expr.txt+2-1
- test/corpus/ssr.txt+97
- test/corpus/string_delimiters.txt+560
- test/corpus/strings.txt+366
- test/corpus/types.txt+17
- test/highlight/attributes.erl+189
- test/highlight/compile.erl+2.2k
- test/highlight/expressions.erl+32
0 commit comments