.vim/ctags/perl.cnf

Mon, 01 Jan 2024 14:42:03 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jan 2024 14:42:03 -0600
changeset 1143
5c37b939b296
parent 872
bc8f07aedeb3
permissions
-rw-r--r--

skip luasnip/jsregexp build on windows

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/
872
bc8f07aedeb3 improve perl tags / tagbar
Meredith Howard <mhoward@roomag.org>
parents: 429
diff changeset
9 --regex-perl=/^\s*use[ \t]+Mojo::Base[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/e,extends/
bc8f07aedeb3 improve perl tags / tagbar
Meredith Howard <mhoward@roomag.org>
parents: 429
diff changeset
10 --regex-perl=/^\s*use[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*/\1/u,use,uses/
429
0c95a57f444d Remove stuff from general ctags that makes tag jumping harder
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 --regex-perl=/^\s*require[ \t]+['"]*([A-Za-z][A-Za-z0-9:]+)['" \t]*;/\1/r,require,requires/

mercurial