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.
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/PKG-INFO +21 -5
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/README.md +20 -4
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/PKG-INFO +21 -5
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/pyproject.toml +1 -1
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/parser.c +61274 -56355
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/LICENSE +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/__init__.py +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/__init__.pyi +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/binding.c +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab/py.typed +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/SOURCES.txt +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/dependency_links.txt +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/not-zip-safe +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/requires.txt +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/bindings/python/tree_sitter_matlab.egg-info/top_level.txt +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/emacs/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/emacs/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/context.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/folds.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/indents.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/injections.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/locals.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/helix/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/context.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/folds.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/highlights.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/indents.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/injections.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/locals.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/tags.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/queries/neovim/textobjects.scm +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/setup.cfg +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/setup.py +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/scanner.c +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/tree_sitter/alloc.h +0 -0
- {tree_sitter_matlab-1.2.12 → tree_sitter_matlab-1.3.0}/src/tree_sitter/array.h +0 -0
- {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.
|
|
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
|
|
84
|
+
This parser is available in the following editors:
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
-
|
|
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
|

|
|
101
114
|

|
|
102
115
|

|
|
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
|
|
65
|
+
This parser is available in the following editors:
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
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
|

|
|
82
95
|

|
|
83
96
|

|
|
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.
|
|
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
|
|
84
|
+
This parser is available in the following editors:
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
-
|
|
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
|

|
|
101
114
|

|
|
102
115
|

|
|
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.
|
|
8
|
+
version = "1.3.0"
|
|
9
9
|
keywords = ["incremental", "parsing", "tree-sitter", "matlab"]
|
|
10
10
|
classifiers = [
|
|
11
11
|
"Intended Audience :: Developers",
|