BTW, one potentially legitimate use of the `lang` member (and the `langType` type, possibly) would be comparing two tag's language and see if they are the same or not. One could imagine something like that to recognize whether tags were generated by i.e. the C parser even for a custom filetype (`if (filetypes[GEANY_FILETYPES_C]->lang == possibly_custom_ft->lang)`) or something similar. Not saying it actually makes sense, but it doesn't seem absolutely crazy.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/906#issuecomment-188514507
