Sha256: 4fadcb8af2b7a761a78019b407aaba4c8f4d8f0ab0dd498888e91115b0fae47a
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
# Copyright: 2015 Masatake YAMATO # License: GPL-2 CTAGS=$1 . ../utils.sh exit_if_no_coproc ${CTAGS} chmod u+x ./foo.sh echo '# SPECIFYING PARSER' ${CTAGS} --quiet --options=NONE -o - \ --langdef=foo \ --xcmd-foo=./foo.sh \ --foo-kinds=+a \ --foo-kinds=-b \ --machinable \ --with-list-header \ --list-kinds-full=foo echo '# PICKING PARSER with grep' ${CTAGS} --quiet --options=NONE -o - \ --langdef=foo \ --xcmd-foo=./foo.sh \ --foo-kinds=+a \ --foo-kinds=-b \ --machinable \ --with-list-header \ --list-kinds-full | grep '^\(foo\|#\)'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Tmain/lxcmd-list-kinds-full.d/run.sh |
ctags.rb-1.1.3 | ext/vendor/ctags/Tmain/lxcmd-list-kinds-full.d/run.sh |