tree-sitter-postgres 1.2.0__tar.gz → 1.2.1__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.1}/PKG-INFO +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/PKG-INFO +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/plpgsql/src/parser.c +2 -2
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/postgres/src/parser.c +2 -2
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/pyproject.toml +1 -1
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/LICENSE +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/README.md +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres/__init__.py +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres/__init__.pyi +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres/binding.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres/py.typed +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/SOURCES.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/dependency_links.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/not-zip-safe +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/requires.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/bindings/python/tree_sitter_postgres.egg-info/top_level.txt +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/plpgsql/src/scanner.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/postgres/src/scanner.c +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/setup.cfg +0 -0
- {tree_sitter_postgres-1.2.0 → tree_sitter_postgres-1.2.1}/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 = 1,
|
|
28786
28786
|
},
|
|
28787
28787
|
};
|
|
28788
28788
|
return &language;
|
|
@@ -2741825,8 +2741825,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_postgres(void) {
|
|
|
2741825
2741825
|
.max_reserved_word_set_size = 0,
|
|
2741826
2741826
|
.metadata = {
|
|
2741827
2741827
|
.major_version = 1,
|
|
2741828
|
-
.minor_version =
|
|
2741829
|
-
.patch_version =
|
|
2741828
|
+
.minor_version = 2,
|
|
2741829
|
+
.patch_version = 1,
|
|
2741830
2741830
|
},
|
|
2741831
2741831
|
};
|
|
2741832
2741832
|
return &language;
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tree-sitter-postgres"
|
|
7
7
|
description = "Postgres grammar for tree-sitter"
|
|
8
|
-
version = "1.2.
|
|
8
|
+
version = "1.2.1"
|
|
9
9
|
keywords = ["incremental", "parsing", "tree-sitter", "postgres"]
|
|
10
10
|
classifiers = [
|
|
11
11
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|