summaryrefslogtreecommitdiffstats
path: root/indent/fish.vim
blob: 2fa1c1a7fbcea44c78e0c2e7edf90989fc48a8b4 (plain) (blame)
1
2
3
4
5
6
7
if has_key(g:polyglot_is_disabled, 'fish')
  finish
endif

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