summaryrefslogtreecommitdiffstats
path: root/compiler/haml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/haml.vim')
-rw-r--r--compiler/haml.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/haml.vim b/compiler/haml.vim
index cea77211..eee5af43 100644
--- a/compiler/haml.vim
+++ b/compiler/haml.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
+
" Vim compiler file
" Compiler: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -26,3 +28,5 @@ let &cpo = s:cpo_save
unlet s:cpo_save
" vim:set sw=2 sts=2:
+
+endif