Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created April 6, 2011 20:28
Show Gist options
  • Save msonnabaum/906454 to your computer and use it in GitHub Desktop.
Save msonnabaum/906454 to your computer and use it in GitHub Desktop.
augroup module
autocmd BufRead *.module set filetype=php
autocmd BufRead *.install set filetype=php
autocmd BufRead *.inc set filetype=php
autocmd BufRead *.profile set filetype=php
autocmd BufRead *.test set filetype=php
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment