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

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