Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created April 26, 2012 06:37
Show Gist options
  • Save Spoygg/2496755 to your computer and use it in GitHub Desktop.
Save Spoygg/2496755 to your computer and use it in GitHub Desktop.
Creating exuberant ctags file for vim tags
ctags-exuberant -f tags -h ".php.js.scss.html" -R --exclude="\.git" --totals=yes --tag-relative=yes --PHP-kinds=+cf --regex-PHP='/abstract class ([^ ]*)/\1/c/' --regex-PHP='/interface ([^ ]*)/\1/c/' --regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment