Getting VIM to acknowledge your Drupal files

Are you a die-hard vi(m) user like me and wanted to have the php color coding for all your drupal files?

It’s quite simple actually. Add the following lines to your ~/.vimrc file (create it if it doesn’t exist):

au BufReadPost *.module,*.install,*.theme set syntax=php