Created
February 14, 2009 01:34
-
-
Save kbaird/64210 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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