summaryrefslogtreecommitdiffstats
path: root/syntax/scss.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/scss.vim')
-rw-r--r--syntax/scss.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/scss.vim b/syntax/scss.vim
index 6fb96915..cb3e0fe9 100644
--- a/syntax/scss.vim
+++ b/syntax/scss.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
+
" Vim syntax file
" Language: SCSS
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -18,3 +20,5 @@ hi def link scssComment sassComment
let b:current_syntax = "scss"
" vim:set sw=2:
+
+endif