Jiří Techet 4753344ce8 Add script for pretty-printing geany tags files
This script reads  Geany binary tags files from stdin and writes
to stdout a file where each of the tags is followed by a line where
the tag is printed in the following human-readable form:

tag_type:   return_value scope :: tag_name(arglist)   additional_stuff

Especially the tag_type is currently hard to understand when looking at
unit tests and easy to miss if there's a problem.
2022-06-13 00:31:16 +02:00
..