tree-sitter-matlab 1.2.12__tar.gz → 1.3.0__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.12 → tree_sitter_matlab-1.3.0}/PKG-INFO +21 -5
  2. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/README.md +20 -4
  3. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/PKG-INFO +21 -5
  4. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/pyproject.toml +1 -1
  5. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/parser.c +61274 -56355
  6. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/LICENSE +0 -0
  7. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/__init__.py +0 -0
  8. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/__init__.pyi +0 -0
  9. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/binding.c +0 -0
  10. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/py.typed +0 -0
  11. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/SOURCES.txt +0 -0
  12. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/dependency_links.txt +0 -0
  13. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/not-zip-safe +0 -0
  14. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/requires.txt +0 -0
  15. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/top_level.txt +0 -0
  16. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/emacs/highlights.scm +0 -0
  17. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/emacs/textobjects.scm +0 -0
  18. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/context.scm +0 -0
  19. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/folds.scm +0 -0
  20. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/highlights.scm +0 -0
  21. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/indents.scm +0 -0
  22. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/injections.scm +0 -0
  23. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/locals.scm +0 -0
  24. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/textobjects.scm +0 -0
  25. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/context.scm +0 -0
  26. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/folds.scm +0 -0
  27. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/highlights.scm +0 -0
  28. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/indents.scm +0 -0
  29. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/injections.scm +0 -0
  30. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/locals.scm +0 -0
  31. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/tags.scm +0 -0
  32. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/textobjects.scm +0 -0
  33. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/setup.cfg +0 -0
  34. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/setup.py +0 -0
  35. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/scanner.c +0 -0
  36. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/tree_sitter/alloc.h +0 -0
  37. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/tree_sitter/array.h +0 -0
  38. {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/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.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
@@ -62,11 +62,24 @@ special class folder.
62
62
 
63
63
  # Installation
64
64
 
65
- This parser is now the default for the following editors:
65
+ This parser is available in the following editors:
66
66
 
67
- - Emacs: Through the `tree-sitter-langs` package.
68
- - Helix: Builtin.
69
- - Neovim: Through the `nvim-treesitter` plugin.
67
+ | Editor | Plugin | Highlights | Folds | Indents | Code Format | Injections | Locals |
68
+ | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
69
+ | Emacs | [Emacs-MATLAB-Mode] | ✔ | ✘ | ✔ | ✔ | ✔ | ✘ |
70
+ | Helix | Builtin | ✔ | ✘ | ✔ | ✘ | ✘ | ✘ |
71
+ | NeoVim | [nvim-treesitter] | ✔ | ✔ | ✔ | ✘ | ✔ | ✔ |
72
+
73
+ The columns have the following meaning:
74
+
75
+ - *Highlights*: supports syntax highlight
76
+ - *Folds*: supports code folding
77
+ - *Indents*: supports code indenting, which adjusts the leftmost whitespace on each line.
78
+ - *Code Format*: indent includes code formatting that standardizes the spacing of language elements
79
+ within code lines, aligns matrix columns, adds missing commas within cells and matrices, etc.
80
+ - *Injections*: supports embedding the language into another language (i.e.: MATLAB code blocks inside
81
+ Markdown or [org-mode](https://orgmode.org/))
82
+ - *Locals*: supports identifying variables/functions/etc scope
70
83
 
71
84
  # Known issues
72
85
 
@@ -81,3 +94,6 @@ This parser is now the default for the following editors:
81
94
  ![First Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s1.png)
82
95
  ![Second Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s2.png)
83
96
  ![Third Screenshot](https://raw.githubusercontent.com/acristoffers/tree-sitter-matlab/screenshots/s3.png)
97
+
98
+ [Emacs-MATLAB-Mode]: https://github.com/mathworks/Emacs-MATLAB-Mode
99
+ [nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter
@@ -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
@@ -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.12"
8
+ version = "1.3.0"
9
9
  keywords = ["incremental", "parsing", "tree-sitter", "matlab"]
10
10
  classifiers = [
11
11
  "Intended Audience :: Developers",