Universal-ctags (https://ctags.io) has a bibtex parser written from scratch.
I didn't merge this but I introduced code to support beamer in very different way in universal-ctags. https://github.com/universal-ctags/ctags/pull/2424
I didn't merge this but I introduced code to support beamer in very different way. https://github.com/universal-ctags/ctags/pull/2424
Could you make an issue for this topic at https://github.com/universal-ctags/ctags/issues ?
Jordi, do you need the support for beamer style?
Why should -I be needed for 'override'? Because there is no other way to make ctags emit enough good tags file you want. See https://sourceforge.net/p/ctags/code/HEAD/tree/ It seems that the develoment of ctags at sourceforge is stopped. C++-11 is too new language for ctags developed at sourceforge. However, -I option allows you to overcome the origial issue.
/^int foo() {$/ ctags should not give this. A tool reading tags file like vim recognizes the substring between / and / as a regular expression pattern. ^ int foo() {$ doesn't match any substring in the original input. I'm not sure that the tool can handle ^ int\nfoo() {$. However, I guess it cannot. At least the new pattern including \n may break compatiblities. foo t.cpp /^foo() {$/;" kind:f line:2 signature:() return:int The tool can handle this one well. Unofficial fork maintained at https://ctags.io...
Use '-I override' option. See ctags(1) man page about -I. [yamato@slave]/tmp/mozilla_yamato0% ctags -I override -o - ./parser.cpp ctags -I override -o - ./parser.cpp CustomOpAsmParser ./parser.cpp /^ CustomOpAsmParser(SMLoc nameLoc, StringRef opName, OperationParser &parser)$/;" f class:CustomOpAsmParser CustomOpAsmParser ./parser.cpp /^class CustomOpAsmParser : public OpAsmParser {$/;" c file: emittedError ./parser.cpp /^ bool emittedError = false;$/;" m class:CustomOpAsmParser file: getNameLoc...
You are welcome. I'm not a member of project, so I cannot close this.
--langmap option may help you. See ctags(1) man page. $ ctags --langmap=C++:.inc -o - Ops.h.inc | head AddFOp Ops.h.inc /^class AddFOp : public Op<AddFOp, OpTrait::OneResult, OpTrait::HasNoSideEffect, OpTrait::SameOperandsAndResultType, OpTrait::NOperands<2>::Impl> {$/;" c AddFOpOperandAdaptor Ops.h.inc /^class AddFOpOperandAdaptor {$/;" c AddIOp Ops.h.inc /^class AddIOp : public Op<AddIOp, OpTrait::OneResult, OpTrait::IsCommutative, OpTrait::HasNoSideEffect, OpTrait::SameOperandsAndResultType, OpTrait::NOperands<2>::Impl>...
Universal-ctags (https://ctags.io), unofficial project forked from here can tag it well. $ cat /tmp/foo.cc using SomeType = uint8_t; $ u-ctags -o - /tmp/foo.cc SomeType /tmp/foo.cc /^using SomeType = uint8_t;$/;" t typeref:typename:uint8_t file:
-IKSORT_INIT option may help you.
Universal-ctags (https://ctags.io) handles it well as following: [yamato@master]/tmp% cat foo.cpp struct Foo { bool x{false}; bool y = false; }; [yamato@master]/tmp% u-ctags -o - foo.cpp Foo foo.cpp /^struct Foo {$/;" s file: x foo.cpp /^ bool x{false};$/;" m struct:Foo typeref:typename:bool file: y foo.cpp /^ bool y = false;$/;" m struct:Foo typeref:typename:bool file:
Universal-ctags(https://ctags.io) forked from Exuberant-ctags works well. [yamato@master]/tmp% cat /tmp/foo.py cat /tmp/foo.py from datetime import datetime class A: when = datetime( year=2017, month=9, day=10, ) a = float( x=99, ) [yamato@master]/tmp% u-ctags -o - /tmp/foo.py u-ctags -o - /tmp/foo.py A /tmp/foo.py /^class A:$/;" c a /tmp/foo.py /^a = float($/;" v when /tmp/foo.py /^ when = datetime($/;" v class:A
Is the patch merged?
A workaround for the original problem is to set "syntax-highlight" to "none" for the manpage writer. Useful information. I need this. Thank you.
Handling inline in manpage writer
Please, close this.
I implemented what you wanted: https://github.com/universal-ctags/ctags/pull/122...
Universal-ctags(http://ctags.io), a project forked from exuberant-ctags captures...
The tttcn-3 parser is merged to universal0-ctags, a project forked from exuberant-ctags....
Universal-ctags(http://ctags.io), a project forked from Exuberant-ctags has ability...
In a project, universal-ctags(http://ctags.io), fored from exuberant ctags has a...
I would like to merge this change to universal-ctags(http://ctags.io). Is it o.k...
This patch is now part of universal ctags.
I don't understand what you mean. Following output is not enough for you? [ctags-github]$...
I'm a developer of universal ctags, a fork of exuberant ctags. (See http://ctags.io)....
[yamato@x201]/tmp% u-ctags --version | head -1 Universal Ctags 0.0.0(f4ff979), Copyright...
Newly written C++ paresr in universal-ctags can capture MY_Var. [yamato@x201]/tmp%...
Newly introduced C++ parser in Universal-ctags can generate better result: syscon...
https://github.com/igrr/ctags/commit/ef67b47e61a1a5f6258e7034ddb520a57b0a477e
You many talk about universal-ctags. It is forked from exuberant-ctags; different...
It was discussed once: https://sourceforge.net/p/ctags/mailman/message/33493272/
https://sourceforge.net/p/ctags/mailman/message/33493272/
Thank you. I'm sorry, I didn't know the way to attach the patch. I could not find...
quota_nld: multicast project quota warnings via dbus
I don't understand what you mean. ctags crashed? or ctags generated unexpected t...
I see. I can offset only following two choices. 1. Throwing away undef: universal-ctags...
I'm not sure your expectation. Could you show the real input file? [yamato@x201]/tmp/ctags%...
Hi, I'm a co-developer of universa-ctags project, a project forkd from exuberant...
Did you try universal ctags, a forked project? git is used in the project.
Maybe ctags was crashed behind OpenGrok.
Did you try universal-ctags, a forked project?
+ means 'append'. If no + given, ctags overwrite the built-in suffix list for SQL...
Maybe fixed for all the attachements.
May be fixed in 5606f3f711afeac74587a249650a5f7b416f19be in universal ctags(https://ctags.io)....
I fixed different way with yours in universal ctags(https://ctags.io).
Thank you for reporting more URLs. I will try to fix them at https://github.com/universal-ctags/ctags/issues/471...
It doesn't reproduced in universal-ctags(https://ctags.io).
ctags -f mytags --language-force=perl --file-scope --regex-perl='/our\s%\([^ ]\+\)/\1/b'...
Supported in forked project named universal-ctags(https://ctags.io).
This patch is not part of universal ctags.
The original issue is solved in d4fcbdd #413 #405 of universal ctags.
I'm a developer of universal ctags, a branch of exuberant ctags. (See http://ctags.io)....
In universal-ctags this bug is fixed in https://github.com/universal-ctags/ctags...
Fixed in universal-ctags.
This patch is merged to universal-ctags. Please, close this. I'm looking for but...
Could you try univerersal-ctags? https://github.com/universal-ctags/ctags If it is...
Fixed in universal-ctags.
In universal-ctags the message is suppressed now. https://github.com/universal-c...
I updated a document maintained at the github site. https://github.com/fishman/ctags/blob/master/docs/tracking.rst...
I updated a document maintained at the github site. https://github.com/fishman/ctags/blob/master/docs/tracking.rst...
Merged at github.
Interesting. github people tries to fix this issue at https://github.com/fishman...
github people tries to fix this issue at https://github.com/fishman/ctags/issues...
How do you think tracking the issues at fishman/ctags? I slowly tracks the bug tracking...
Thank you for checking. I will update the test case as reflecting your comment.
David, still you cannot assign the issue to you?
Interesting. Could you give a pull request for https://github.com/fishman/ctags ...
As far as trying https://github.com/fishman/ctags, a valid tags file is generated....
As far as trying https://github.com/fishman/ctags, valid tags file is generated....
Feature adding namespace to regex parser is quite interesting idea. How do you think...
As far as trying https://github.com/fishman/ctags with the input, valgrind says ...
(I don't know the syntax of ruby.)
Could you try https://github.com/fishman/ctags/pull/313?
update %files list of spec file (gauche->gauche-*)
update %files list of spec file (gauche->gauche-*)
update %files list of spec file (gauche->gauche-*)
update %files list of spec file (gauche->gauche-*)
Remove Makefile.in
update %files list of spec file (gauche->gauche-*)
update %files list of spec file(gauche->gauche-*)
Can I merge this patch to https://github.com/fishman/ctags? A pull-request to the...
Added rhel7u0.es
Added .adb to BLACKLIST for avoiding older etag...
updated
src/srpmix-weakview-repo (buildrepodir): Fix wr...
Added srpmix-weakview-repo
Added src/srpmix-weakview-channel
Added srpmix-weakview-channel
updated
Added etags command.
overwrite the output file.
Added dist mapping for openstack.
Added rhel7b1.es