Re: Not all languages enabled in Exuberant Tags
Przemysław Alexander Kamiński <[email protected]> Sat, 11 Oct 2025 19:01:54 +0200
| Newsgroups | gmane.comp.gnu.global.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Oct 11, 2025 at 00:36:49 (-0400), Andrew L. Moore wrote:
> On Fri, 10 Oct 2025 15:24:01 Przemys=C5=82aw Alexander Kami=C5=84ski wrot=
e:
>
> > I've recently started using Global but I'm using quite a lot of
> > languages - most of those aren't supported by default but they are
> > supported by Exuberant CTags.
>
> FYI, I believe Exhuberant Ctags is now developed as Universal Ctags:
>
> https://github.com/universal-ctags/ctags
>
> which has option --languages=3Dall enabled by default.
Yes, that's it, sorry for confusion.
Unfortunatelly I just checked and even C files aren't enabled by default:
# No output at all
find . -iname *.c | ctags -L - -f -
=20=20=20=20
# Normal/expected output
find . -iname *.c | ctags -L - -f - --languages=3Dall
Ideally flag could be propagated, but IMHO hardcoding it to a command
isn't bad workaround.
Best,
Przemys=C5=82aw Alexander Kami=C5=84ski