1 file changed
+1
-1
lines changedSubmodule tree-sitter-sql updated 83 files
- .editorconfig+39
- .gitattributes+11
- .github/workflows/ci.yml+57
- .github/workflows/gh-pages.yml+33
- .github/workflows/publish.yml+42
- .gitignore+14
- CHANGELOG.md+326
- CMakeLists.txt+60
- CONTRIBUTING.md+75
- Cargo.toml+27
- Makefile+39
- Package.swift+29-26
- README.md+87
- binding.gyp+30
- bindings/c/tree-sitter-sql.h+16
- bindings/c/tree-sitter-sql.pc.in+11
- 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+3-15
- bindings/python/tests/test_binding.py+11
- bindings/python/tree_sitter_sql/__init__.py+42
- bindings/python/tree_sitter_sql/__init__.pyi+10
- bindings/python/tree_sitter_sql/binding.c+27
- bindings/python/tree_sitter_sql/py.typed
- bindings/rust/build.rs+8-28
- bindings/rust/lib.rs+22-21
- bindings/swift/TreeSitterSql/sql.h+1-1
- bindings/swift/TreeSitterSqlTests/TreeSitterSqlTests.swift+12
- docs/.gitignore+6
- docs/Gemfile+10
- docs/Gemfile.lock+86
- docs/_config.yml
- docs/_layouts/default.html+13
- docs/index.md+17
- go.mod+5
- grammar.js+3.6k
- index.html-49
- package-lock.json+3.6k
- package.json+64
- pyproject.toml+30
- queries/highlights.scm+25-10
- scripts/test-keywords.sh+22
- setup.py+60
- src/grammar.json-19.3k
- src/node-types.json-12.7k
- src/parser.c-541.5k
- src/scanner.c+5-4
- src/tree_sitter/parser.h-224
- target/.gitkeep
- test/corpus/alter.txt+1.4k
- test/corpus/casting.txt+180
- test/corpus/comment.txt+263
- test/corpus/comment_stat.txt+172
- test/corpus/compound_statements.txt+25
- test/corpus/create.txt+2.2k
- test/corpus/cte.txt+670
- test/corpus/custom_types.txt+431
- test/corpus/delete.txt+125
- test/corpus/drop.txt+223
- test/corpus/errors.txt+191
- test/corpus/expressions.txt+706
- test/corpus/functions.txt+1.1k
- test/corpus/group_by.txt+171
- test/corpus/index.txt+113
- test/corpus/insert.txt+719
- test/corpus/json.txt+61
- test/corpus/literals.txt+228
- test/corpus/merge.txt+226
- test/corpus/optimize.txt+196
- test/corpus/select.txt+3.0k
- test/corpus/set.txt+93
- test/corpus/show.txt+95
- test/corpus/subquery.txt+46
- test/corpus/transaction.txt+123
- test/corpus/unload.txt+71
- test/corpus/update.txt+305
- test/corpus/window_functions.txt+757
- test/highlight/query.sql+18
- test/highlight/union.sql+16
- tree-sitter.json+37
0 commit comments