1 file changed
+1
-1
lines changed- .editorconfig+40-1
- .eslintignore-1
- .gitattributes+15-5
- .github/workflows/ci.yaml+3-1
- .github/workflows/format-suggest.yaml+29
- .gitignore+5-4
- CHANGELOG.md+16
- CMakeLists.txt+58
- Cargo.lock+96
- Cargo.toml+12-11
- LICENSE+1-1
- Makefile+23-41
- Package.swift+25-35
- README.md+39
- bindings/c/tree-sitter-r.pc.in+7-8
- bindings/go/binding.go+1-1
- bindings/node/binding.cc+1-1
- bindings/node/binding_test.js+3-3
- bindings/node/index.js+5-1
- bindings/python/tree_sitter_r/__init__.py+39-2
- bindings/python/tree_sitter_r/__init__.pyi+10-1
- bindings/r/.Rbuildignore+2
- bindings/r/.vscode/extensions.json+5
- bindings/r/.vscode/settings.json+4-1
- bindings/r/air.toml+2
- bindings/r/bootstrap.R+6-2
- bindings/r/tests/testthat/_snaps/calls.md+4-4
- bindings/r/tests/testthat/_snaps/control-flow.md+4-4
- bindings/r/tests/testthat/_snaps/extract.md+4-4
- bindings/r/tests/testthat/_snaps/functions.md+6-6
- bindings/r/tests/testthat/_snaps/literals.md+191-21
- bindings/r/tests/testthat/_snaps/miscellaneous.md+4-4
- bindings/r/tests/testthat/_snaps/strings.md+207-121
- bindings/r/tests/testthat/_snaps/unclosed.md+4-4
- bindings/r/tests/testthat/helper-query-describe.R+15-5
- bindings/r/tests/testthat/helper-query-testthat.R+9-3
- bindings/r/tests/testthat/references/literals.R+35-2
- bindings/r/tests/testthat/references/strings.R+21
- bindings/r/tests/testthat/test-start.R+4-1
- bindings/rust/build.rs+1-1
- bindings/rust/lib.rs+4-4
- go.mod+1-1
- grammar.js+40-20
- package-lock.json+81-229
- package.json+18-26
- pyproject.toml+6-7
- queries/highlights.scm+1-1
- queries/tags.scm+12
- setup.py+5-3
- src/grammar.json+38-25
- src/node-types.json+33
- src/parser.c+57.2k-57.0k
- src/scanner.c+54-19
- src/tree_sitter/alloc.h+4-4
- src/tree_sitter/array.h+2-1
- test/corpus/expressions-errors.txt+32
- test/corpus/expressions.txt+50
- test/corpus/literals.txt+102-4
- test/highlight/operators.R+3
- test/tags/function-definitions.R+29-5
- tree-sitter.json+48
0 commit comments