summaryrefslogtreecommitdiffstats
path: root/indent/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/haskell.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/haskell.vim b/indent/haskell.vim
index 1d500250..6a16e735 100644
--- a/indent/haskell.vim
+++ b/indent/haskell.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
+
" Vim indent file
" Language: Haskell
" Maintainer: Tristan Ravitch
@@ -294,3 +296,5 @@ function! s:BackwardPatternSearch(lnum, pat)
endwhile
endfunction
+
+endif