tree-sitter-objectscript 1.9.3__tar.gz → 1.9.4__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_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/PKG-INFO +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/PKG-INFO +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript/src/parser.c +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript_routine/src/parser.c +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/pyproject.toml +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/udl/src/parser.c +1 -1
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/LICENSE +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/README.md +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/binding.c +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/py.typed +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/queries/highlights.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/SOURCES.txt +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/dependency_links.txt +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/not-zip-safe +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/requires.txt +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript.egg-info/top_level.txt +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/binding.c +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/py.typed +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/queries/highlights.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_routine/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/binding.c +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/py.typed +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/queries/highlights.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/bindings/python/tree_sitter_objectscript_udl/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript/src/scanner.c +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript_routine/src/scanner.c +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/setup.cfg +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/setup.py +0 -0
- {tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/udl/src/scanner.c +0 -0
|
@@ -1063191,7 +1063191,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript(void) {
|
|
|
1063191
1063191
|
.metadata = {
|
|
1063192
1063192
|
.major_version = 1,
|
|
1063193
1063193
|
.minor_version = 9,
|
|
1063194
|
-
.patch_version =
|
|
1063194
|
+
.patch_version = 4,
|
|
1063195
1063195
|
},
|
|
1063196
1063196
|
};
|
|
1063197
1063197
|
return &language;
|
{tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript_routine/src/parser.c
RENAMED
|
@@ -1004653,7 +1004653,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_routine(void) {
|
|
|
1004653
1004653
|
.metadata = {
|
|
1004654
1004654
|
.major_version = 1,
|
|
1004655
1004655
|
.minor_version = 9,
|
|
1004656
|
-
.patch_version =
|
|
1004656
|
+
.patch_version = 4,
|
|
1004657
1004657
|
},
|
|
1004658
1004658
|
};
|
|
1004659
1004659
|
return &language;
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tree-sitter-objectscript"
|
|
7
7
|
description = "Objectscript grammar for tree-sitter"
|
|
8
|
-
version = "1.9.
|
|
8
|
+
version = "1.9.4"
|
|
9
9
|
keywords = ["incremental", "parsing", "tree-sitter", "objectscript"]
|
|
10
10
|
classifiers = [
|
|
11
11
|
"Intended Audience :: Developers",
|
|
@@ -1027893,7 +1027893,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_udl(void) {
|
|
|
1027893
1027893
|
.metadata = {
|
|
1027894
1027894
|
.major_version = 1,
|
|
1027895
1027895
|
.minor_version = 9,
|
|
1027896
|
-
.patch_version =
|
|
1027896
|
+
.patch_version = 4,
|
|
1027897
1027897
|
},
|
|
1027898
1027898
|
};
|
|
1027899
1027899
|
return &language;
|
|
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
|
|
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
|
|
File without changes
|
{tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript/src/scanner.c
RENAMED
|
File without changes
|
{tree_sitter_objectscript-1.9.3 → tree_sitter_objectscript-1.9.4}/objectscript_routine/src/scanner.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|