Re: Several parsers at once

Joakim Jalap <[email protected]> Wed, 12 Apr 2017 11:47:16 +0200
Newsgroups gmane.comp.gnu.global.general
Message-ID <[email protected]>
Shigio YAMAGUCHI <[email protected]> writes:

> Hello,
>> Say in a project I have Cobol files (.cbl), C files (.h.c) and Shell
>> files (.sh). What I would like to do is use global's own parser for the
>> C files, so that I can have "find references" functionality. But I would
>> like to use universal-ctags for the cobol and shell files (since global
>> doesn't support those natively). Is this possible?
>
> Of course.
>

Great! I actually got it working, using global to parse C and
universal-ctags to parse Cobol in the same directory!

> I am sorry that the description of the manual is inadequate.

This is a great feature! I really think it should be advertised more.

> Regards,
> Shigio

Thank you!
Joakim