tree-sitter-postgres 1.2.0__tar.gz → 1.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/PKG-INFO +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/PKG-INFO +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/plpgsql/src/parser.c +2 -2
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/postgres/src/parser.c +17429 -17455
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/pyproject.toml +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/LICENSE +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/README.md +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres/__init__.py +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres/__init__.pyi +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres/binding.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres/py.typed +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/SOURCES.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/dependency_links.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/not-zip-safe +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/requires.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/bindings/python/tree_sitter_postgres.egg-info/top_level.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/plpgsql/src/scanner.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/postgres/src/scanner.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/setup.cfg +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.2}/setup.py +0 -0
|
@@ -28781,8 +28781,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_plpgsql(void) {
|
|
|
28781
28781
|
.max_reserved_word_set_size = 0,
|
|
28782
28782
|
.metadata = {
|
|
28783
28783
|
.major_version = 1,
|
|
28784
|
-
.minor_version =
|
|
28785
|
-
.patch_version =
|
|
28784
|
+
.minor_version = 2,
|
|
28785
|
+
.patch_version = 2,
|
|
28786
28786
|
},
|
|
28787
28787
|
};
|
|
28788
28788
|
return &language;
|