不幸的是,我发现(由motemen)发现的一个Haskell缩进脚本在Haddock的评论中有所突破:
-- |Docline 1,lorem ipsum<CR> -- Docline 2 ^^^^ - an autoindent here,wtf
有谁会碰巧知道一个更好的选择吗?
好吧,所以经过更多的搜索,我发现这个缩进的脚本:
原文链接:https://www.f2er.com/bash/387379.htmlhttps://github.com/kana/vim-filetype-haskell/blob/master/indent/haskell.vim
似乎工作几乎完美(忽略if …然后和其他)。但说实话,它不会破坏我的文档,这使得现在足够好:)