1 file changed
+1
-1
lines changed- .editorconfig+46
- .gitattributes+41
- .github/workflows/ci.yml+33-17
- .gitignore+45-3
- CMakeLists.txt+66
- Cargo.lock+153-13
- Cargo.toml+14-8
- Makefile+105-15
- Package.swift+41
- binding.gyp+23-7
- bindings/c/tree-sitter-rst.pc.in+10
- bindings/c/tree_sitter/tree-sitter-rst.h+16
- bindings/go/binding.go+15
- bindings/go/binding_test.go+15
- bindings/node/binding.cc+13-22
- bindings/node/binding_test.js+9
- bindings/node/index.d.ts+27
- bindings/node/index.js+7-15
- bindings/python/tests/test_binding.py+12
- bindings/python/tree_sitter_rst/__init__.py+42
- bindings/python/tree_sitter_rst/__init__.pyi+10
- bindings/python/tree_sitter_rst/binding.c+35
- bindings/python/tree_sitter_rst/py.typed
- bindings/rust/build.rs+11-28
- bindings/rust/lib.rs+23-22
- bindings/swift/TreeSitterRst/rst.h+16
- bindings/swift/TreeSitterRstTests/TreeSitterRstTests.swift+12
- docs/index.html+309-86
- docs/js/playground.js+284-123
- docs/js/tree-sitter-parser.wasm
- docs/js/tree-sitter-rst.wasm
- docs/js/tree-sitter.js+4.0k-1
- docs/js/tree-sitter.wasm
- go.mod+5
- grammar.js+9
- package-lock.json+557-16
- package.json+41-30
- pyproject.toml+30
- setup.py+77
- src/grammar.json+1-1
- src/node-types.json+1
- src/parser.c+5.0k-5.0k
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+291
- src/tree_sitter/parser.h+55-13
- test/examples/fail/table_colspan.rst
- tree-sitter-rst.wasm
- tree-sitter.json+41
0 commit comments