[Github-comments] [geany/geany] Use cxx parser from uctags (PR #3032)
Masatake YAMATO
notifications at xxxxx
Tue Nov 30 21:53:37 UTC 2021
Sorry to be late.
As you found, I introduced 'ATTACH_SEPARTORS', the more systematic way to define separators.
However, only some parsers use it. Mainly because there is no strong demand:-).
In tags out, you can see separator definitions:
```
[yamato at dev64]~/var/ctags-github% ./ctags --pseudo-tags=TAG_KIND_SEPARATOR --extras=+'{pseudo}' -o - /tmp/input.php
!_TAG_KIND_SEPARATOR!PHP :: /*a/
!_TAG_KIND_SEPARATOR!PHP :: /*c/
!_TAG_KIND_SEPARATOR!PHP :: /*d/
!_TAG_KIND_SEPARATOR!PHP :: /*f/
!_TAG_KIND_SEPARATOR!PHP :: /*i/
!_TAG_KIND_SEPARATOR!PHP :: /*l/
!_TAG_KIND_SEPARATOR!PHP :: /*n/
!_TAG_KIND_SEPARATOR!PHP :: /*t/
!_TAG_KIND_SEPARATOR!PHP :: /*v/
!_TAG_KIND_SEPARATOR!PHP \\ /na/
!_TAG_KIND_SEPARATOR!PHP \\ /nc/
!_TAG_KIND_SEPARATOR!PHP \\ /nd/
!_TAG_KIND_SEPARATOR!PHP \\ /nf/
!_TAG_KIND_SEPARATOR!PHP \\ /ni/
!_TAG_KIND_SEPARATOR!PHP \\ /nl/
!_TAG_KIND_SEPARATOR!PHP \\ /nn/
!_TAG_KIND_SEPARATOR!PHP \\ /nt/
!_TAG_KIND_SEPARATOR!PHP \\ /nv/
```
If you need improvement in this area, please, make an issue at u-ctags.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3032#issuecomment-983053432
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211130/2332361d/attachment.htm>
More information about the Github-comments
mailing list