Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/bash
  2. cd /path/to/framework/library
  3. exec ctags-exuberant -f ~/.vim/mytags/framework \
  4. -h \".php\" -R \
  5. --exclude=\"\.svn\" \
  6. --totals=yes \
  7. --tag-relative=yes \
  8. --PHP-kinds=+cf \
  9. --regex-PHP='/abstract class ([^ ]*)//c/' \
  10. --regex-PHP='/interface ([^ ]*)//c/' \
  11. --regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)//f/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement