Commit d1c8272
chore: Bump go grammar (#1145)
Co-authored-by: jcs090218 <[email protected]>1 parent f947652 commit d1c8272
1 file changed
+1
-1
lines changed- .gitattributes+6-1
- .github/workflows/ci.yml+4-2
- .github/workflows/lint.yml+1-1
- .gitignore+7
- CMakeLists.txt+16-8
- Cargo.lock+118-15
- Cargo.toml+11-5
- Makefile+8-3
- Package.swift+9-4
- binding.gyp+6
- bindings/c/tree_sitter/tree-sitter-go.h
- bindings/go/binding.go+3
- bindings/node/binding.cc-1
- bindings/node/index.d.ts-1
- bindings/python/tests/test_binding.py+2-1
- bindings/python/tree_sitter_go/binding.c+11-3
- bindings/rust/build.rs+6
- bindings/rust/lib.rs+8-12
- grammar.js+33-9
- package-lock.json+24-20
- package.json+6-6
- pyproject.toml+5-6
- setup.py+38-22
- src/grammar.json+244-69
- src/node-types.json+37-11
- src/parser.c+21.6k-21.1k
- src/tree_sitter/array.h+2-1
- src/tree_sitter/parser.h+27-7
- test/corpus/declarations.txt+23-20
- test/corpus/errors.txt+61
- test/corpus/expressions.txt+246-236
- test/corpus/literals.txt+5-4
- test/corpus/statements.txt+448-398
- test/corpus/types.txt+23-1
- tree-sitter.json+1-1
0 commit comments