diff runtime/filetype.vim @ 2439:c587f56735cc vim73

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Jul 2010 21:49:40 +0200
parents 86532ee3ea41
children 9c8d603fd4d1
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
 " Vim support file to detect file types
 "
 " Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last Change:	2010 Jul 29
+" Last Change:	2010 Jul 30
 
 " Listen very carefully, I will say this only once
 if exists("did_load_filetypes")
@@ -1285,6 +1285,7 @@ else
   au BufNewFile,BufRead *.pl			call s:FTpl()
 endif
 au BufNewFile,BufRead *.plx,*.al		setf perl
+au BufNewFile,BufRead *.p6,*.pm6		setf perl6
 
 func! s:FTpl()
   if exists("g:filetype_pl")