1 file changed
+1
-1
lines changed- .editorconfig+46
- CHANGELOG.md+4
- CMakeLists.txt+58
- Cargo.toml+6-3
- Makefile+94
- Package.swift+37
- binding.gyp+17-6
- bindings/c/tree-sitter-heex.h+16
- bindings/c/tree-sitter-heex.pc.in+10
- bindings/go/binding.go+13
- bindings/go/binding_test.go+15
- bindings/node/binding.cc+14-22
- bindings/node/binding_test.js+9
- bindings/node/index.d.ts+28
- bindings/node/index.js+7-15
- bindings/python/tests/test_binding.py+11
- bindings/python/tree_sitter_heex/__init__.py+42
- bindings/python/tree_sitter_heex/__init__.pyi+10
- bindings/python/tree_sitter_heex/binding.c+27
- bindings/python/tree_sitter_heex/py.typed
- bindings/rust/build.rs+8-26
- bindings/rust/lib.rs+16-17
- bindings/swift/TreeSitterHeex/heex.h+16
- bindings/swift/TreeSitterHeexTests/TreeSitterHeexTests.swift+12
- go.mod+5
- package.json+12-11
- pyproject.toml+29
- setup.py+62
- src/grammar.json+3-8
- src/node-types.json+1
- src/parser.c+860-972
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+291
- src/tree_sitter/parser.h+55-13
- tree-sitter.json+37
0 commit comments