1 file changed
+1
-1
lines changed- .appveyor.yml-22
 - .editorconfig+46
 - .eslintrc.js-20
 - .gitattributes+34-7
 - .github/FUNDING.yml+15
 - .github/dependabot.yml+8
 - .github/workflows/ci.yml+45-19
 - .github/workflows/fuzz.yml+6-9
 - .github/workflows/lint.yml+13-6
 - .github/workflows/publish.yml+31-99
 - .gitignore+40-6
 - .npmignore-4
 - .travis.yml-9
 - CMakeLists.txt+58
 - Cargo.lock+96
 - Cargo.toml+20-7
 - Makefile+94
 - Package.resolved+25
 - Package.swift+27-28
 - README.md+2
 - binding.gyp+18-7
 - bindings/c/tree-sitter-cpp.h+16
 - bindings/c/tree-sitter-cpp.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_cpp/__init__.py+37
 - bindings/python/tree_sitter_cpp/__init__.pyi+7
 - bindings/python/tree_sitter_cpp/binding.c+27
 - bindings/python/tree_sitter_cpp/py.typed
 - bindings/rust/README.md-36
 - bindings/rust/build.rs+7-7
 - bindings/rust/lib.rs+24-36
 - bindings/swift/TreeSitterCPP/cpp.h+2-2
 - bindings/swift/TreeSitterCPPTests/TreeSitterCPPTests.swift+12
 - eslint.config.mjs+5
 - go.mod+7
 - go.sum+34
 - grammar.js+241-101
 - package-lock.json+1.6k
 - package.json+47-37
 - pyproject.toml+33
 - queries/highlights.scm+8-5
 - setup.py+62
 - src/grammar.json+2.3k-1.2k
 - src/node-types.json+800-367
 - src/parser.c+445.2k-527.5k
 - src/scanner.c+8-9
 - src/tree_sitter/alloc.h+54
 - src/tree_sitter/array.h+291
 - src/tree_sitter/parser.h+68-12
 - test/corpus/ambiguities.txt+75-1
 - test/corpus/c/expressions.txt+2-1
 - test/corpus/declarations.txt+84-16
 - test/corpus/definitions.txt+9-2
 - test/corpus/expressions.txt+176-9
 - test/corpus/microsoft.txt+8-1
 - test/corpus/modules.txt+215
 - test/highlight/keywords.cpp+7
 - tree-sitter.json+55
 
0 commit comments