Sha256: 0d07f4239e9cb4dac3fcac8345f06a861bc7c88f7e66f2de9c4cb3f7eb0155f0
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
# Copyright: 2015 Masatake YAMATO # License: GPL-2 CTAGS=$1 : && ${CTAGS} --quiet --options=NONE \ --langdef=foo \ --map-foo=.qqq \ --map-foo='.rb' \ --map-foo=+'([Mm]akefile)' \ --map-foo=+'(GNUmakefile)' \ --map-foo=+.html \ --map-foo=+.ppp \ --map-foo=+'(RUN.TTT)' \ --list-maps | grep '\.qqq\|\.ppp\|\.rb\|\.html\|akefile\|RUN.TTT' exit $?
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Tmain/map-lang-option.d/run.sh |
ctags.rb-1.1.3 | ext/vendor/ctags/Tmain/map-lang-option.d/run.sh |