summaryrefslogtreecommitdiffstats
path: root/indent/fish.vim
blob: b91f9945301f1423ff16f01fcb030b32f623bb94 (plain) (blame)
1
2
3
4
5
6
7
if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'indent/fish.vim')
  finish
endif

setlocal indentexpr=fish#Indent()
setlocal indentkeys=!^F,o,O
setlocal indentkeys+==end,=else,=case