I think we simply pull updated ctags these days to get new parsers, right?

Since the merge of #2666 thats my understanding too, @dolik-rce is your clone up to date enough to include that?

This is based on current master (41624c4). I might have overlooked something, but I believe that the script by @techee from #2666 is only capable of updating parsers that were already included in geany. I.e. if I update the parser in ctags project in the future, it will be also updated here, as soon as someone runs update_ctags.sh. But it does not (and probably should not 🙂) automaticaly pull in all parsers currently supported by ctags. In fact, I believe this is actually first attempt to actually use this functionality. To add a new parser, some manual work is still required (adding the actuall parser, registering it in tag manager, adding to filedefs etc.) which is exactly what I did in this PR.

However, please correct me if I'm wrong and if this can be simpler.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.