Skip to content

Instantly share code, notes, and snippets.

@stoptime
Created August 6, 2019 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoptime/829baa3bdf769e4cd5166ef2512fcbff to your computer and use it in GitHub Desktop.
Save stoptime/829baa3bdf769e4cd5166ef2512fcbff to your computer and use it in GitHub Desktop.
Place in ~/.vim directory
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufNewFile,BufRead *.inc,*.module setf php
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment