xref: /Universal-ctags/Tmain/ptag-kind-sep.d/run.sh (revision 0ee877675c027adf65a377ce600869e9c611a24d)
1# Copyright: 2016 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5
6${CTAGS} --quiet --options=NONE -o - \
7	 --extras=p --kinds-all= \
8	 --pseudo-tags=TAG_PROGRAM_NAME \
9	 input.php
10
11${CTAGS} --quiet --options=NONE -o - \
12	 --extras=+p --kinds-all= \
13	 --pseudo-tags=+TAG_KIND_SEPARATOR \
14	 --pseudo-tags=-TAG_PROGRAM_VERSION \
15	 --pseudo-tags=-TAG_PROC_CWD \
16	 input.php
17