Looks like it's probably a bug in [the parser](https://github.com/universal-ctags/ctags/blob/30cd8e034f34b218e9715ad8d406c37dfe8dbcee/parsers/basic.c), if you care to have a crack at fixing it.
Not a solution, but as a work-around you could probably use a line continuation (`_`) after the first string literal (before `mid()` call) to trick it into being parsed correctly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2461#issuecomment-602255729