aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/pod6.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/pod6.vim')
-rw-r--r--vim/ftdetect/pod6.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftdetect/pod6.vim b/vim/ftdetect/pod6.vim
new file mode 100644
index 00000000..4ae980a1
--- /dev/null
+++ b/vim/ftdetect/pod6.vim
@@ -0,0 +1,4 @@
+" Perl 6 POD files
+autocmd BufNewFile,BufRead
+ \ *.pod6
+ \ setfiletype pod6