Skip to content

Instantly share code, notes, and snippets.

@kbaird
Created February 14, 2009 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbaird/64210 to your computer and use it in GitHub Desktop.
Save kbaird/64210 to your computer and use it in GitHub Desktop.
augroup filetypedetect
au! BufRead,BufNewFile *.asd setfiletype lisp
au! BufRead,BufNewFile *.cgi setfiletype ruby
au! BufRead,BufNewFile *.dbk setfiletype xml
au! BufRead,BufNewFile *.rb_txt setfiletype ruby
au! BufRead,BufNewFile *.rbx setfiletype ruby
au! BufRead,BufNewFile *.ly setfiletype tex
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment