summaryrefslogtreecommitdiffstats
path: root/indent/haml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/haml.vim')
-rw-r--r--indent/haml.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/haml.vim b/indent/haml.vim
index 710aefc0..e6e04181 100644
--- a/indent/haml.vim
+++ b/indent/haml.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
+
" Vim indent file
" Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -71,3 +73,5 @@ function! GetHamlIndent()
endfunction
" vim:set sw=2:
+
+endif