-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Further improvements to textmate based parser #258
[WIP] Further improvements to textmate based parser #258
Conversation
The tests, (see https://github.com/sphinx-contrib/matlabdomain/actions/runs/10058995696/job/27803269388?pr=258#step:4:106) are failing as |
Yep I have just been running An example of the problem: prop = [1;
2;
3]; % a prop in which one cannot unambiguously identify which of the |
It's ok for the test to fail for now. We'll get there eventually. For the default value of properties the current code starts here: matlabdomain/sphinxcontrib/mat_types.py Line 1275 in b081e7c
|
There are two ways to tackle this.
|
This is replaced with #261 |
Better classdef attributes and validator function parsing based on improvements to MATLAB-language-grammar in:
and a
textmate-grammar-python
pr which bumps the MATLAB-language-grammar (which will be created once Mathworks pulls in the improvements).Further improvements: