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 (41624c411702d29834da0ff926f3c9f7c895bb47). 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 :slightly_smiling_face:) 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.