Add some missing ftdetect files

This commit is contained in:
Tae Sandoval 2021-07-28 22:57:26 +02:00 committed by Santos Gallegos
parent dedd74ebdb
commit 950932f0c2
7 changed files with 11 additions and 0 deletions

5
ftdetect/fish.vim Normal file
View file

@ -0,0 +1,5 @@
autocmd BufRead,BufNewFile *.fish setfiletype fish
autocmd BufRead *
\ if getline(1) =~# '\v^#!%(\f*/|/usr/bin/env\s*<)fish>' |
\ setfiletype fish |
\ endif