tree-sitter-matlab 1.2.10__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.
Files changed (38) hide show
  1. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/PKG-INFO +9 -1
  2. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/README.md +8 -0
  3. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/PKG-INFO +9 -1
  4. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/pyproject.toml +2 -2
  5. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/setup.py +1 -1
  6. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/src/parser.c +51915 -52994
  7. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/src/scanner.c +16 -1
  8. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/LICENSE +0 -0
  9. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/__init__.py +0 -0
  10. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/__init__.pyi +0 -0
  11. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/binding.c +0 -0
  12. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab/py.typed +0 -0
  13. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/SOURCES.txt +0 -0
  14. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/dependency_links.txt +0 -0
  15. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/not-zip-safe +0 -0
  16. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/requires.txt +0 -0
  17. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/bindings/python/tree_sitter_matlab.egg-info/top_level.txt +0 -0
  18. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/emacs/highlights.scm +0 -0
  19. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/emacs/textobjects.scm +0 -0
  20. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/context.scm +0 -0
  21. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/folds.scm +0 -0
  22. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/highlights.scm +0 -0
  23. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/indents.scm +0 -0
  24. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/injections.scm +0 -0
  25. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/locals.scm +0 -0
  26. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/helix/textobjects.scm +0 -0
  27. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/context.scm +0 -0
  28. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/folds.scm +0 -0
  29. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/highlights.scm +0 -0
  30. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/indents.scm +0 -0
  31. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/injections.scm +0 -0
  32. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/locals.scm +0 -0
  33. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/tags.scm +0 -0
  34. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/queries/neovim/textobjects.scm +0 -0
  35. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/setup.cfg +0 -0
  36. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/src/tree_sitter/alloc.h +0 -0
  37. {tree_sitter_matlab-1.2.10 → tree_sitter_matlab-1.2.12}/src/tree_sitter/array.h +0 -0
  38. {tree_sitter_matlab-1.2.10 → 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.10
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
  ![First Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s1.png)
@@ -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
  ![First Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s1.png)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-matlab
3
- Version: 1.2.10
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
  ![First Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s1.png)
@@ -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.10"
8
+ version = "1.2.12"
9
9
  keywords = ["incremental", "parsing", "tree-sitter", "matlab"]
10
10
  classifiers = [
11
11
  "Intended Audience :: Developers",
@@ -25,5 +25,5 @@ Homepage = "https://github.com/acristoffers/tree-sitter-matlab"
25
25
  core = ["tree-sitter~=0.24"]
26
26
 
27
27
  [tool.cibuildwheel]
28
- build = "cp310-*"
28
+ build = "cp310-* cp314t-*"
29
29
  build-frontend = "build"
@@ -38,7 +38,7 @@ class Build(build):
38
38
  class BdistWheel(bdist_wheel):
39
39
  def get_tag(self):
40
40
  python, abi, platform = super().get_tag()
41
- if python.startswith("cp"):
41
+ if python.startswith("cp") and limited_api:
42
42
  python, abi = "cp310", "abi3"
43
43
  return python, abi, platform
44
44