help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is better for C++


From: Shigio YAMAGUCHI
Subject: Re: What is better for C++
Date: Fri, 4 Jun 2021 10:15:01 +0900

Hello,
To be precise, Global + Pygments means GLobal + Ctags + Pygments.
So, Global + Pygments using Universal Ctags should be the best.

[gtags.conf]
...
default:\
        :tc=native:
...
pygments-parser|Pygments plug-in parser:\
        :tc=common:\
        :ctagscom=/opt/local/bin/ctags:\
...
|
v
...
default:\
        :tc=pygments-parser:                                    <=
uses pygments parser
...
pygments-parser|Pygments plug-in parser:\
        :tc=common:\
        :ctagscom=/usr/local/bin/universal-ctags:\              <=
uses universal ctags
...

Regards,
Shigio

On Fri, Jun 4, 2021 at 7:05 AM <careless@live.it> wrote:
>
> What support better the C++, Global + Pygments or Global + Universal Ctags ?
>
>
>


-- 
Shigio YAMAGUCHI <shigio@gnu.org>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]