hi, i am running gtags - GNU GLOBAL 5.9.7. my project tree contains files with extensions .alt, it contains c code, only the extension is different. how can i make gtags recognize these files. cheers jack
Hi,> i am running gtags - GNU GLOBAL 5.9.7. > my project tree contains files with extensions .alt, > it contains c code, only the extension is different. > how can i make gtags recognize these files.You can do it by adding '.alt' to the value of langmap in the configuration file like follows: :langmap=c\:.c.h,yacc\:... | v :langmap=c\:.c.h.alt,yacc\:... ====