forked from aniani/vim
patch 9.1.0602: filetype: Prolog detection can be improved
Problem: filetype: Prolog detection can be improved
Solution: update the prolog detection regex
(igna_martinoli)
related: #10835
related: #15206
closes: #15253
Co-authored-by: clason <c.clason@uni-graz.at>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: igna_martinoli <ignamartinoli@protonmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
eb6d733bef
commit
37853b7de3
@@ -1719,7 +1719,7 @@ au BufNewFile,BufRead *.pcmk setf pcmk
|
||||
" PEM (Privacy-Enhanced Mail)
|
||||
au BufNewFile,BufRead *.pem,*.cer,*.crt,*.csr setf pem
|
||||
|
||||
" Perl
|
||||
" Perl or Prolog
|
||||
if has("fname_case")
|
||||
au BufNewFile,BufRead *.pl,*.PL call dist#ft#FTpl()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user