Sha256: 4af935462f6d3fc5e337ccfb8db40e6a71ed44f4d55b54e46e0ee3fc9785b336
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
# Copyright: 2015 Masatake YAMATO # License: GPL-2 CTAGS=$1 ${CTAGS} --quiet --options=NONE -o - \ --langdef=foo \ --regex-foo='/a/\0/a,x y,x y z/' --kinds-foo=-a --foo-kinds=+a \ --regex-foo=/b/\0/b/ --foo-kinds=-b \ --regex-foo=/c/\0/c/ \ --kinds-foo=-c \ --regex-foo=/d/\0/d/ \ --machinable \ --with-list-header \ --list-kinds-full=foo | sort
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Tmain/lregex-list-kinds-full.d/run.sh |
ctags.rb-1.1.3 | ext/vendor/ctags/Tmain/lregex-list-kinds-full.d/run.sh |