tree-sitter-objectscript 1.8.8__tar.gz → 1.8.9__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.8.8 → tree_sitter_objectscript-1.8.9}/PKG-INFO +1 -1
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/queries/highlights.scm +9 -9
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/PKG-INFO +1 -1
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/queries/highlights.scm +9 -9
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/queries/highlights.scm +9 -9
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/objectscript/src/parser.c +247 -257
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/objectscript_routine/src/parser.c +80 -90
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/pyproject.toml +1 -1
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/udl/src/parser.c +76 -86
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/LICENSE +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/README.md +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/binding.c +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/py.typed +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/SOURCES.txt +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/dependency_links.txt +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/not-zip-safe +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/requires.txt +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript.egg-info/top_level.txt +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/binding.c +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/py.typed +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_routine/queries/studio-highlights.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/__init__.pyi +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/binding.c +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/py.typed +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/queries/__init__.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/queries/indents.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/queries/injections.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/bindings/python/tree_sitter_objectscript_udl/queries/studio-highlights.scm +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/objectscript/src/scanner.c +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/objectscript_routine/src/scanner.c +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/setup.cfg +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/setup.py +0 -0
- {tree_sitter_objectscript-1.8.8 → tree_sitter_objectscript-1.8.9}/udl/src/scanner.c +0 -0
|
@@ -275,31 +275,31 @@
|
|
|
275
275
|
"--" @operator
|
|
276
276
|
|
|
277
277
|
(command_if_dotted_block
|
|
278
|
-
|
|
278
|
+
"." @punctuation.special.dots)
|
|
279
279
|
|
|
280
280
|
(command_for_dotted_block
|
|
281
|
-
|
|
281
|
+
"." @punctuation.special.dots)
|
|
282
282
|
|
|
283
283
|
(command_while_dotted_block
|
|
284
|
-
|
|
284
|
+
"." @punctuation.special.dots)
|
|
285
285
|
|
|
286
286
|
(command_dowhile_dotted
|
|
287
|
-
|
|
287
|
+
"." @punctuation.special.dots)
|
|
288
288
|
|
|
289
289
|
(command_trycatch_dotted
|
|
290
|
-
|
|
290
|
+
"." @punctuation.special.dots)
|
|
291
291
|
|
|
292
292
|
(dotted_statement
|
|
293
|
-
|
|
293
|
+
"." @punctuation.special.dots)
|
|
294
294
|
|
|
295
295
|
(else_block_dotted
|
|
296
|
-
|
|
296
|
+
"." @punctuation.special.dots)
|
|
297
297
|
|
|
298
298
|
(elseif_block_dotted
|
|
299
|
-
|
|
299
|
+
"." @punctuation.special.dots)
|
|
300
300
|
|
|
301
301
|
(catch_block_dotted
|
|
302
|
-
|
|
302
|
+
"." @punctuation.special.dots)
|
|
303
303
|
|
|
304
304
|
(variable_datatype
|
|
305
305
|
"." @function.builtin)
|
|
@@ -275,31 +275,31 @@
|
|
|
275
275
|
"--" @operator
|
|
276
276
|
|
|
277
277
|
(command_if_dotted_block
|
|
278
|
-
|
|
278
|
+
"." @punctuation.special.dots)
|
|
279
279
|
|
|
280
280
|
(command_for_dotted_block
|
|
281
|
-
|
|
281
|
+
"." @punctuation.special.dots)
|
|
282
282
|
|
|
283
283
|
(command_while_dotted_block
|
|
284
|
-
|
|
284
|
+
"." @punctuation.special.dots)
|
|
285
285
|
|
|
286
286
|
(command_dowhile_dotted
|
|
287
|
-
|
|
287
|
+
"." @punctuation.special.dots)
|
|
288
288
|
|
|
289
289
|
(command_trycatch_dotted
|
|
290
|
-
|
|
290
|
+
"." @punctuation.special.dots)
|
|
291
291
|
|
|
292
292
|
(dotted_statement
|
|
293
|
-
|
|
293
|
+
"." @punctuation.special.dots)
|
|
294
294
|
|
|
295
295
|
(else_block_dotted
|
|
296
|
-
|
|
296
|
+
"." @punctuation.special.dots)
|
|
297
297
|
|
|
298
298
|
(elseif_block_dotted
|
|
299
|
-
|
|
299
|
+
"." @punctuation.special.dots)
|
|
300
300
|
|
|
301
301
|
(catch_block_dotted
|
|
302
|
-
|
|
302
|
+
"." @punctuation.special.dots)
|
|
303
303
|
|
|
304
304
|
(variable_datatype
|
|
305
305
|
"." @function.builtin)
|
|
@@ -275,31 +275,31 @@
|
|
|
275
275
|
"--" @operator
|
|
276
276
|
|
|
277
277
|
(command_if_dotted_block
|
|
278
|
-
|
|
278
|
+
"." @punctuation.special.dots)
|
|
279
279
|
|
|
280
280
|
(command_for_dotted_block
|
|
281
|
-
|
|
281
|
+
"." @punctuation.special.dots)
|
|
282
282
|
|
|
283
283
|
(command_while_dotted_block
|
|
284
|
-
|
|
284
|
+
"." @punctuation.special.dots)
|
|
285
285
|
|
|
286
286
|
(command_dowhile_dotted
|
|
287
|
-
|
|
287
|
+
"." @punctuation.special.dots)
|
|
288
288
|
|
|
289
289
|
(command_trycatch_dotted
|
|
290
|
-
|
|
290
|
+
"." @punctuation.special.dots)
|
|
291
291
|
|
|
292
292
|
(dotted_statement
|
|
293
|
-
|
|
293
|
+
"." @punctuation.special.dots)
|
|
294
294
|
|
|
295
295
|
(else_block_dotted
|
|
296
|
-
|
|
296
|
+
"." @punctuation.special.dots)
|
|
297
297
|
|
|
298
298
|
(elseif_block_dotted
|
|
299
|
-
|
|
299
|
+
"." @punctuation.special.dots)
|
|
300
300
|
|
|
301
301
|
(catch_block_dotted
|
|
302
|
-
|
|
302
|
+
"." @punctuation.special.dots)
|
|
303
303
|
|
|
304
304
|
(variable_datatype
|
|
305
305
|
"." @function.builtin)
|