Anton Edvinovich Pozharskiy
Anton Edvinovich Pozharskiy
Hello, not to step on any toes here but I would like to know if this effort has stalled (understandably, time is always a valuable commodity)? The [matlab library I...
If you want a starting point re: classes, I have now gotten most of a classdef parser written here https://github.com/apozharski/matlabdomain/blob/only-enums/sphinxcontrib/textmate_parser.py including argument blocks. I am happy to continue work on...
As an aside there are definitely some bugs in the textmate parser (https://github.com/watermarkhu/textmate-grammar-python/issues/66#issue-2405029475 for example), though after digging I suspect they are in the underlying grammar maintained by mathworks. I...
> @apozharski regarding priority of docstrings, they are as follows: > > * properties, enums, (events): Comments before the property have higher precedence, than a trailing comment. However, there cannot...
@joeced After spending a few too many hours trying to fix the mathworks provided textmate grammar I am convinced that it is not worth continuing to force a square peg,...
Hello @joeced, yes I had been sidelined last week on this due to some urgent work. I have a branch with a 90-95% working parser and I will open a...
This is resolved by the move to the tree-sitter backend #261.