tree-sitter-matlab 1.2.11__cp310-abi3-win32.whl → 1.2.12__cp310-abi3-win32.whl

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.
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-matlab
3
- Version: 1.2.11
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)
@@ -1,6 +1,6 @@
1
1
  tree_sitter_matlab/__init__.py,sha256=vumfVcOchjOXzBUWMXDNVZDsvfFPew6MHc-_u5ARSPM,1192
2
2
  tree_sitter_matlab/__init__.pyi,sha256=5PpnU-DcLaVLkGPg6kBekYP0F2akGGFq3wlbY1MCK4A,257
3
- tree_sitter_matlab/_binding.pyd,sha256=IWRMzIugKmutCWaIAhF-myz_BU1e3CwAZk-8OzQMvwY,419840
3
+ tree_sitter_matlab/_binding.pyd,sha256=aQtlTQgZ-2clY5_OTaHhJCNwVH8pF2TIV1i7QoHyL7k,419840
4
4
  tree_sitter_matlab/binding.c,sha256=j3_WYLKTamK8Wi3GcB9ZMC-rs9pf4Z5oCC57WFypcmc,871
5
5
  tree_sitter_matlab/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  tree_sitter_matlab/queries/emacs/highlights.scm,sha256=Q-YjzDYleOkc3SxcWmD7eN7vA4HxN5MAokgd8N_As3E,2907
@@ -20,8 +20,8 @@ tree_sitter_matlab/queries/neovim/injections.scm,sha256=WCaVWJU9vK0bl8Fw0YJdqdmF
20
20
  tree_sitter_matlab/queries/neovim/locals.scm,sha256=e4tfrppIKZcpUnVpCO_Pd9CPeqev00XesBu4d261wBA,593
21
21
  tree_sitter_matlab/queries/neovim/tags.scm,sha256=lpLu4Jym1qGp3-4DsiNEDsdFdaJmnms14c1VwKQ9i1Q,255
22
22
  tree_sitter_matlab/queries/neovim/textobjects.scm,sha256=Wuv1yOLxdSGwbPchcOKHtUqDNWGBeurDjsGXI_23R1c,3591
23
- tree_sitter_matlab-1.2.11.dist-info/licenses/LICENSE,sha256=pywRJCctaUeLYeJj9dsF97Jox-buxzN0J2UQoafAdho,1080
24
- tree_sitter_matlab-1.2.11.dist-info/METADATA,sha256=solsesvsoKyX0VP3vVWls1dMcM1_E3daMt8JM0E16Zo,3938
25
- tree_sitter_matlab-1.2.11.dist-info/WHEEL,sha256=9qn-rGyFc6r6LznaBsCIVMt-yg46TsnjffWmNdWoWsI,97
26
- tree_sitter_matlab-1.2.11.dist-info/top_level.txt,sha256=Dg13NJZGhzKz2Riy0HL6h4_yxGrw2Mq20p2lv1Q_bIE,28
27
- tree_sitter_matlab-1.2.11.dist-info/RECORD,,
23
+ tree_sitter_matlab-1.2.12.dist-info/licenses/LICENSE,sha256=pywRJCctaUeLYeJj9dsF97Jox-buxzN0J2UQoafAdho,1080
24
+ tree_sitter_matlab-1.2.12.dist-info/METADATA,sha256=ibXki_nM5ZXNze_an9Dwj9enQjZDSE1HclRnK649amk,4295
25
+ tree_sitter_matlab-1.2.12.dist-info/WHEEL,sha256=9qn-rGyFc6r6LznaBsCIVMt-yg46TsnjffWmNdWoWsI,97
26
+ tree_sitter_matlab-1.2.12.dist-info/top_level.txt,sha256=Dg13NJZGhzKz2Riy0HL6h4_yxGrw2Mq20p2lv1Q_bIE,28
27
+ tree_sitter_matlab-1.2.12.dist-info/RECORD,,