Add support for python's assignment expressions, i believe this resolves #2169 You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2170
-- Commit Summary --
* Add support for python's assignment expressions
-- File Changes --
M ctags/parsers/python.c (16)
-- Patch Links --
https://github.com/geany/geany/pull/2170.patch https://github.com/geany/geany/pull/2170.diff
As the directory name hints, most parsers come from the [universal ctags](https://github.com/universal-ctags/ctags) project. Please provide this upstream first since Geany parsers are being updated to be the same as upstream.
@techee whats the status of updating the Python parser, there seems to be many Colomban droppings upstream that are not in Geany?
As the directory name hints, most parsers come from the universal ctags project. Please provide this upstream first since Geany parsers are being updated to be the same as upstream.
It looks like geany's python parser different from ctags' python parser.
It looks like geany's python parser different from ctags' python parser.
Yes, not all of them have been updated yet, but if you make a change to the Geany parser it might get lost when the upstream is copyed to Geany.
@techee whats the status of updating the Python parser, there seems to be many Colomban droppings upstream that are not in Geany?
If I remember correctly, Colomban upstreamed all the changes we had so we can just copy the upstream parser. But @b4n will know more.
So to the original pull request - yes, please create the pull request against the upstream universal ctags project, we'll get the changes when we copy the parser to Geany.
Closed #2170.
github-comments@lists.geany.org