There's a few problems with langmap for universal-ctags. 1. DBusIntrospect is ignored, as Ant already has .xml. Since .xml is hardly distinct, I suggest removing both.
2. DBusIntrospect & Glade may not be supported at all, if ctags was built without libxml. 3. The real problem is suffixes don't accumulate, which stops C++ from working at all - .inl is replacing all the other extensions. For the Windows release I just separated the duplicated languages. Another solution would be to map the languages (using value to store the position within the strbuf), create a strbuf_insert function and append the new extension(s). -- Jason. _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
