tree-sitter-matlab 1.2.11__tar.gz → 1.2.12__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_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/PKG-INFO +9 -1
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/README.md +8 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/PKG-INFO +9 -1
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/pyproject.toml +1 -1
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/LICENSE +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/__init__.py +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/__init__.pyi +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/binding.c +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/py.typed +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/SOURCES.txt +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/dependency_links.txt +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/not-zip-safe +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/requires.txt +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/top_level.txt +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/emacs/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/emacs/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/context.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/folds.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/indents.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/injections.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/locals.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/helix/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/context.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/folds.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/indents.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/injections.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/locals.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/tags.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/queries/neovim/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/setup.cfg +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/setup.py +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/src/parser.c +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/src/scanner.c +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/src/tree_sitter/alloc.h +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/src/tree_sitter/array.h +0 -0
- {tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/src/tree_sitter/parser.h +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-matlab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.12
|
|
4
4
|
Summary: MATLAB tree-sitter parser
|
|
5
5
|
Author: Álan Crístoffer e Sousa
|
|
6
6
|
License: MIT
|
|
@@ -87,6 +87,14 @@ This parser is now the default for the following editors:
|
|
|
87
87
|
- Helix: Builtin.
|
|
88
88
|
- Neovim: Through the `nvim-treesitter` plugin.
|
|
89
89
|
|
|
90
|
+
# Known issues
|
|
91
|
+
|
|
92
|
+
- There is a conflict between numbers and element-wise operators that will
|
|
93
|
+
cause a wrong parse if there is no space between the number and the operator.
|
|
94
|
+
For example, `1./a` will be interpreted as `1. / a` instead of the correct
|
|
95
|
+
`1 ./ a`. This problem does not happen if there is a space between the number
|
|
96
|
+
and the operator.
|
|
97
|
+
|
|
90
98
|
# Screenshots
|
|
91
99
|
|
|
92
100
|

|
|
@@ -68,6 +68,14 @@ This parser is now the default for the following editors:
|
|
|
68
68
|
- Helix: Builtin.
|
|
69
69
|
- Neovim: Through the `nvim-treesitter` plugin.
|
|
70
70
|
|
|
71
|
+
# Known issues
|
|
72
|
+
|
|
73
|
+
- There is a conflict between numbers and element-wise operators that will
|
|
74
|
+
cause a wrong parse if there is no space between the number and the operator.
|
|
75
|
+
For example, `1./a` will be interpreted as `1. / a` instead of the correct
|
|
76
|
+
`1 ./ a`. This problem does not happen if there is a space between the number
|
|
77
|
+
and the operator.
|
|
78
|
+
|
|
71
79
|
# Screenshots
|
|
72
80
|
|
|
73
81
|

|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-matlab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.12
|
|
4
4
|
Summary: MATLAB tree-sitter parser
|
|
5
5
|
Author: Álan Crístoffer e Sousa
|
|
6
6
|
License: MIT
|
|
@@ -87,6 +87,14 @@ This parser is now the default for the following editors:
|
|
|
87
87
|
- Helix: Builtin.
|
|
88
88
|
- Neovim: Through the `nvim-treesitter` plugin.
|
|
89
89
|
|
|
90
|
+
# Known issues
|
|
91
|
+
|
|
92
|
+
- There is a conflict between numbers and element-wise operators that will
|
|
93
|
+
cause a wrong parse if there is no space between the number and the operator.
|
|
94
|
+
For example, `1./a` will be interpreted as `1. / a` instead of the correct
|
|
95
|
+
`1 ./ a`. This problem does not happen if there is a space between the number
|
|
96
|
+
and the operator.
|
|
97
|
+
|
|
90
98
|
# Screenshots
|
|
91
99
|
|
|
92
100
|

|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tree-sitter-matlab"
|
|
7
7
|
description = "MATLAB tree-sitter parser"
|
|
8
|
-
version = "1.2.
|
|
8
|
+
version = "1.2.12"
|
|
9
9
|
keywords = ["incremental", "parsing", "tree-sitter", "matlab"]
|
|
10
10
|
classifiers = [
|
|
11
11
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/binding.c
RENAMED
|
File without changes
|
{tree_sitter_matlab-1.2.11 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/py.typed
RENAMED
|
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
|