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

                                     
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1
setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case
endif