1
0
forked from aniani/vim

patch 8.2.0980: raku file extension not recognized

Problem:    Raku file extension not recognized. (Steven Penny)
Solution:   Recognize .raku and .rakumod. (closes #6255)
This commit is contained in:
Bram Moolenaar
2020-06-14 20:04:32 +02:00
parent 65e0d77a66
commit a65d8b5bb9
3 changed files with 4 additions and 1 deletions

View File

@@ -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