Detect '.pl' files as prolog (instead of perl)

master
Hektor Misplon 2023-04-29 17:50:30 +02:00
parent bf4780639c
commit e23ba43c46
1 changed files with 1 additions and 0 deletions

1
.vim/ftdetect/prolog.vim Normal file
View File

@ -0,0 +1 @@
autocmd BufNewFile,BufReadPost *.pl set filetype=prolog