Add some missing ftdetect files

This commit is contained in:
Tae Sandoval 2021-07-28 22:57:26 +02:00 committed by Stephan Seitz
parent 33d75f099d
commit cce29d8b8d
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