summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-14 20:04:32 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-14 20:04:32 +0200
commita65d8b5bb9e9267c6e4500c67d26c839a64f30eb (patch)
tree9cc794b0ef96cd74cd55206a70509991e0e22e71 /runtime/filetype.vim
parent65e0d77a66b7e50beb562ad554ace46c32ef8f0f (diff)
patch 8.2.0980: raku file extension not recognizedv8.2.0980
Problem: Raku file extension not recognized. (Steven Penny) Solution: Recognize .raku and .rakumod. (closes #6255)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index c585515b0e..cc3c01fbdc 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1166,6 +1166,7 @@ else
endif
au BufNewFile,BufRead *.plx,*.al,*.psgi setf perl
au BufNewFile,BufRead *.p6,*.pm6,*.pl6 setf perl6
+au BufNewFile,BufRead *.raku,*.rakumod setf perl6
" Perl, XPM or XPM2
au BufNewFile,BufRead *.pm