aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect/fish.vim
blob: 6b4dafa377756e9e1352db317301fbb593b1f58d (plain) (blame)
1
2
3
4
5
autocmd BufRead,BufNewFile *.fish setfiletype fish
autocmd BufRead *
  \ if getline(1) =~# '\v^#!%(\f*/|/usr/bin/env\s*<)fish>' |
  \   setfiletype fish |
  \ endif