ctags 为drupal文件创建tags文件

drupal中文件后缀有.module .info .install 等等,要使用ctags就要用这个命令


ctags -R -e --langmap=php:.module.info.install


-e是让tags也可以被emacs识别