Skip to content

Instantly share code, notes, and snippets.

@bbelyeu
Created December 14, 2012 16:59
Show Gist options
  • Save bbelyeu/4286915 to your computer and use it in GitHub Desktop.
Save bbelyeu/4286915 to your computer and use it in GitHub Desktop.
#! /bin/bash
cd $1
ctags --langmap=php:.php --php-kinds=cdfiv --languages=php --file-scope=no --recurse -f ~/.vim/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment