summaryrefslogblamecommitdiffstats
path: root/indent/fish.vim
blob: dfdd5bca36de99a8b5830822a3092a33f738329f (plain) (tree)
1
2
3
4
5
6



                                                                            

                                     
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'fish') != -1
  finish
endif

setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case