I wrote most of it, it ought to be perfect 😁
Oh, I'm syncing it in the wrong direction - I should have updated ctags with your code :-).
I discovered one more problem - all parsers use `typeref:typename` but I just discovered after looking at Enrico's php tags file and at the php parser afterwards that php uses `typeref:unknown` for typenames for some reason. So I updated the code to allow `unknown` behind `typeref` too.