tree-sitter-matlab 1.2.12__cp310-abi3-win_amd64.whl → 1.3.0__cp310-abi3-win_amd64.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.12
3
+ Version: 1.3.0
4
4
  Summary: MATLAB tree-sitter parser
5
5
  Author: Álan Crístoffer e Sousa
6
6
  License: MIT
@@ -81,11 +81,24 @@ special class folder.
81
81
 
82
82
  # Installation
83
83
 
84
- This parser is now the default for the following editors:
84
+ This parser is available in the following editors:
85
85
 
86
- - Emacs: Through the `tree-sitter-langs` package.
87
- - Helix: Builtin.
88
- - Neovim: Through the `nvim-treesitter` plugin.
86
+ | Editor | Plugin | Highlights | Folds | Indents | Code Format | Injections | Locals |
87
+ | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
88
+ | Emacs | [Emacs-MATLAB-Mode] | ✔ | ✘ | ✔ | ✔ | ✔ | ✘ |
89
+ | Helix | Builtin | ✔ | ✘ | ✔ | ✘ | ✘ | ✘ |
90
+ | NeoVim | [nvim-treesitter] | ✔ | ✔ | ✔ | ✘ | ✔ | ✔ |
91
+
92
+ The columns have the following meaning:
93
+
94
+ - *Highlights*: supports syntax highlight
95
+ - *Folds*: supports code folding
96
+ - *Indents*: supports code indenting, which adjusts the leftmost whitespace on each line.
97
+ - *Code Format*: indent includes code formatting that standardizes the spacing of language elements
98
+ within code lines, aligns matrix columns, adds missing commas within cells and matrices, etc.
99
+ - *Injections*: supports embedding the language into another language (i.e.: MATLAB code blocks inside
100
+ Markdown or [org-mode](https://orgmode.org/))
101
+ - *Locals*: supports identifying variables/functions/etc scope
89
102
 
90
103
  # Known issues
91
104
 
@@ -100,3 +113,6 @@ This parser is now the default for the following editors:
100
113
  ![First Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s1.png)
101
114
  ![Second Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s2.png)
102
115
  ![Third Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s3.png)
116
+
117
+ [Emacs-MATLAB-Mode]: https://github.com/mathworks/Emacs-MATLAB-Mode
118
+ [nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter
@@ -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=liHfb7wdPh_vri1GM2oWIiMu3FOihibpzwsQSnxHOuQ,423424
3
+ tree_sitter_matlab/_binding.pyd,sha256=-K9IYcz4Grco3Bx2iatirDBWIf3yH897p37g9dESS2Y,432128
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.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=HihAVpRuoIobuK14gQnHL166qOfF0XP44lOp-NcxOQY,101
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,,
23
+ tree_sitter_matlab-1.3.0.dist-info/licenses/LICENSE,sha256=pywRJCctaUeLYeJj9dsF97Jox-buxzN0J2UQoafAdho,1080
24
+ tree_sitter_matlab-1.3.0.dist-info/METADATA,sha256=wYsaIinfQc3QzcoAkeJrI1rUtKaO_hF8IibEAc64hw0,5484
25
+ tree_sitter_matlab-1.3.0.dist-info/WHEEL,sha256=HihAVpRuoIobuK14gQnHL166qOfF0XP44lOp-NcxOQY,101
26
+ tree_sitter_matlab-1.3.0.dist-info/top_level.txt,sha256=Dg13NJZGhzKz2Riy0HL6h4_yxGrw2Mq20p2lv1Q_bIE,28
27
+ tree_sitter_matlab-1.3.0.dist-info/RECORD,,