> Please submit the changes to upstream Universal Ctags, we need to be able to > import it unchanged, we don't have the resources to keep patches that will > have to be re-applied every time ctags is updated.
The file I modified is `ctags/parsers/geany_matlab.c`, which looks like a modified version by Geany (it has "geany" in the name!), is it not? I just checked in [the universal-ctags project](https://github.com/universal-ctags/ctags/blob/master/parsers/matlab.c) and their matlab.c is completely different to the one in Geany, so I guess Geany just uses its own modified version. I'm a bit confused about all this process (this is my first "real" commit to Geany with actual C code in it). (There's still the small issue of all the tests failing; I'm working on it) PS: maybe universal-ctags's `matlab.c` was removed for historical reasons and the devs forgot about it, and it should just be added back replacing Geany's own modified version? I can test if the upstream version works too. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3358#issuecomment-1364759261 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3358/[email protected]>
