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

                                     
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1

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

endif