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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.