1 file changed
+1
-1
lines changed- .appveyor.yml+2-2
- .eslintrc.js+20
- .github/workflows/ci.yml+30
- .github/workflows/fuzz.yml+22
- .github/workflows/lint.yml+19
- .github/workflows/publish.yml+103
- .gitignore+1
- Cargo.toml+7-11
- Package.swift+38
- binding.gyp+1-1
- bindings/rust/README.md+8-9
- bindings/rust/build.rs+6-12
- bindings/swift/TreeSitterCPP/cpp.h+16
- grammar.js+613-313
- package.json+13-5
- queries/highlights.scm+1-1
- queries/injections.scm+3
- queries/tags.scm+15
- src/grammar.json+8.7k-4.8k
- src/node-types.json+1.7k-322
- src/parser.c+459.8k-252.6k
- src/scanner.c+156
- src/scanner.cc-119
- src/tree_sitter/parser.h+1
- test/corpus/c/ambiguities.txt+249
- test/corpus/c/crlf.txt+13
- test/corpus/c/declarations.txt+1.0k
- test/corpus/c/expressions.txt+1.3k
- test/corpus/c/microsoft.txt+193
- test/corpus/c/preprocessor.txt+401
- test/corpus/c/statements.txt+535
- test/corpus/c/types.txt+80
- test/corpus/concepts.txt+216-36
- test/corpus/declarations.txt+1.3k-486
- test/corpus/definitions.txt+179-44
- test/corpus/expressions.txt+878-347
- test/corpus/statements.txt+346-117
- test/corpus/types.txt+32-5
0 commit comments