File tree
11 files changed
+13
-16
lines changed- .github/workflows
- crates
- pg_lexer
- src
- pg_query_ext
- pg_statement_splitter
- pg_syntax
- tests/data
- lib/tree_sitter_sql
11 files changed
+13
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
This file was deleted.
Submodule tree-sitter-sql updated 27 files
- CMakeLists.txt+60
- Cargo.toml+27
- Package.swift+29-26
- 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/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
- index.html+29-1
- queries/highlights.scm+25-10
- src/grammar.json+1.1k-112
- src/node-types.json+1.5k-240
- src/parser.c+319.3k-302.4k
- src/scanner.c+5-4
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+55-13
0 commit comments