Coding

From Arwiki

Jump to: navigation, search

Derrick's PHP vim Tag code:

#!/bin/bash
cd /home/wipp7000/dev/sandbox/php/html/webtrack
exec ctags-exuberant -f ~/.vim/tags/webtrack \
-h ".php" -R \
--exclude="\.svn" \
--totals=yes \
--tag-relative=yes \
--PHP-kinds=+cf \
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
--regex-PHP='/interface ([^ ]*)/\1/c/' \
Personal tools