# HG changeset patch # User Meredith Howard # Date 1481393806 28800 # Node ID eefccfe398e92406cef9766c4f2349fe885651bc # Parent 650cbc95b9b0b1bd83a6c48b74f815f96f3ad12d No need to scan pod, its tags aren't useful diff --git a/.ctags b/.ctags --- a/.ctags +++ b/.ctags @@ -1,9 +1,8 @@ ---extra=+q +--extra=fq --exclude=.git --exclude=.hg --exclude=*min.js ---langmap=perl:+.pod --regex-perl=/^\s*has[ \t]+['"]*([A-Za-z_+][A-Za-z0-9_]+)['"]*[ \t]+/\1/a,attribute,attributes/ --regex-perl=/^\s*fun +([0-9a-zA-Z_]+) *[{(]/\1/s,subroutines/ --regex-perl=/^\s*method +([0-9a-zA-Z_]+) *[{(]/\1/m,methods/