summaryrefslogblamecommitdiffstats
path: root/indent/fish.vim
blob: c5f8e50e5a3d284e1d9edfe14c7ac1e294a2289a (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