.vim/ctags/perl.cnf

Wed, 07 Aug 2019 16:49:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 07 Aug 2019 16:49:17 -0500
changeset 779
0053354a8f58
parent 429
0c95a57f444d
child 872
bc8f07aedeb3
permissions
-rw-r--r--

fix trying to do omni on sql files

429
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 --langmap=perl:+.pod
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 --regex-perl=/^\s*\*([A-Za-z_][A-Za-z0-9:_]+)[ \t]+=/\1/l,alias,aliases/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 --regex-perl=/^\s*our[ \t]+([\$@%][A-Za-z_][A-Za-z0-9_]+)/\1/o,our,ours/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 --regex-perl=/^\s*use[ \t]+constant[ \t]+['"]*([A-Za-z_][A-Za-z0-9_]+)['" \t]*/\1/c,constants/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 --regex-perl=/^\s*with[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/w,role,roles/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 --regex-perl=/^\s*extends[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/e,extends/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7 --regex-perl=/^\s*use[ \t]+base[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/e,extends/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 --regex-perl=/^\s*use[ \t]+parent[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/e,extends/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9 --regex-perl=/^\s*use[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/u,use,uses/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 --regex-perl=/^\s*require[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/r,require,requires/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 --regex-perl=/^\s*around[ \t]+['"]*([A-Za-z_][A-Za-z0-9_]+)['"]*[ \t]+/\1/x,around/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 --regex-perl=/^\=head1[ \t]+(.+)/- \1/d,pod,Plain Old Documentation/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
13 --regex-perl=/^\=head2[ \t]+(.+)/-- \1/d,pod,Plain Old Documentation/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 --regex-perl=/^\=head[3-5][ \t]+(.+)/--- \1/d,pod,Plain Old Documentation/
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15

mercurial